ListStyle enum
Controls the way that choices for a ChoicePrompt
or yes/no options for a ConfirmPrompt
are
presented to a user.
Fields
none = 0 | Don't include any choices for prompt. |
auto = 1 | Automatically select the appropriate style for the current channel. |
inline = 2 | Add choices to prompt as an inline list. |
list = 3 | Add choices to prompt as a numbered list. |
suggestedAction = 4 | Add choices to prompt as suggested actions. |
heroCard = 5 | Add choices to prompt as a HeroCard with buttons. |