ListStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls the way that choices for a ChoicePrompt
or yes/no options for a ConfirmPrompt
are
presented to a user.
public enum ListStyle
type ListStyle =
Public Enum ListStyle
- Inheritance
-
ListStyle
Fields
Name | Value | Description |
---|---|---|
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. |