Choice
The prompt, actions, and `ChoiceConfig` that make up one resolved menu choice.
type Choice = {
action: Actions[];
prompt: Sentence;
config: ChoiceConfig;
};The prompt, actions, and `ChoiceConfig` that make up one resolved menu choice.
type Choice = {
action: Actions[];
prompt: Sentence;
config: ChoiceConfig;
};