ChoiceInputOptions.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 input option list.
public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.Choice> Choices { get; set; }
member this.Choices : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.Choice> with get, set
Public Property Choices As List(Of Choice)
Property Value
Input option list.