Share via


PromptOptions.Choices 属性

定义

获取或设置供用户选择的选项列表,以便与 一起使用 ChoicePrompt

public System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> Choices { get; set; }
member this.Choices : System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> with get, set
Public Property Choices As IList(Of Choice)

属性值

可用选项的列表。

适用于