ChoicePrompt.ChoiceOptions Property

Definition

Gets or sets additional options passed to the ChoiceFactory and used to tweak the style of choices rendered to the user.

public Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactoryOptions ChoiceOptions { get; set; }
member this.ChoiceOptions : Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactoryOptions with get, set
Public Property ChoiceOptions As ChoiceFactoryOptions

Property Value

Additional options for presenting the set of choices.

Applies to