Jaa


ConfirmInput.ConfirmChoices Property

Definition

Gets or sets the Choices to present.

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

Property Value

The choices or an expression which evaluates to the choices.

Applies to