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)

屬性值

可用選項的清單。

適用於