in bots/triage-slackbot/triage_slackbot/handlers.py [0:0]
def get_selected_conversation(self, body: t.Dict[str, t.Any]) -> t.Optional[str]:
return (
body["state"]
.get("values", {})
.get(BlockId.recategorize_select_conversation, {})
.get("recategorize_select_conversation_action", {})
.get("selected_conversation")
)