ChoiceInput.Choices Property

Definition

Gets or sets list of choices to present to user.

public AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet> Choices { get; set; }
member this.Choices : AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet> with get, set
Public Property Choices As ObjectExpression(Of ChoiceSet)

Property Value

ChoiceSet or expression which evaluates to a ChoiceSet.

Applies to