ChoicePrompt.ChoiceOptions プロパティ

定義

追加のオプションを ChoiceFactory に渡し、ユーザーに表示される選択のスタイルを調整するために使われます。

public Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactoryOptions ChoiceOptions { get; set; }
member this.ChoiceOptions : Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactoryOptions with get, set
Public Property ChoiceOptions As ChoiceFactoryOptions

プロパティ値

選択肢のセットを表示するための追加のオプション。

適用対象