ChoiceInput.Choices 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 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.