ConfirmInput.ConfirmChoices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.