MultipleChoice
fastagency.messages.MultipleChoice dataclass
#
MultipleChoice(
workflow_uuid: str,
sender: Optional[str] = None,
recipient: Optional[str] = None,
auto_reply: bool = False,
uuid: str = lambda: str(hex)(),
prompt: Optional[str] = None,
choices: list[str] = list(),
default: Optional[str] = None,
single: bool = True,
)
Bases: AskingMessage