Jaa


ConfirmInput.ChoiceOptions Property

Definition

Gets or sets the ChoiceOptions to use to format presenting confirmation choices to the user.

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

Property Value

The listStyle or expression which evaluates to the ListStyle.

Applies to