ChoiceInput.ChoiceOptions 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 choiceOptions controls display options for customizing language.
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
ChoiceOptions or expression which evaluates to ChoiceOptions.