PromptOptions.Choices Property

Definition

Gets or sets a list of choices for the user to choose from, for use with a ChoicePrompt.

public System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> Choices { get; set; }
member this.Choices : System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> with get, set
Public Property Choices As IList(Of Choice)

Property Value

The list of available choices.

Applies to