ChoiceInputOptions.Choices 属性

定义

获取或设置输入选项列表。

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)

属性值

输入选项列表。

适用于