Share via


ListStyle Enum

Definition

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

Auto 1

Automatically select the appropriate style for the current channel.

HeroCard 5

Add choices to prompt as a HeroCard with buttons.

Inline 2

Add choices to prompt as an inline list.

List 3

Add choices to prompt as a numbered list.

None 0

Don't include any choices for prompt.

SuggestedAction 4

Add choices to prompt as suggested actions.

Applies to