次の方法で共有


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)

プロパティ値

使用可能な選択肢の一覧。

適用対象