次の方法で共有


ConfirmPrompt.ConfirmChoices プロパティ

定義

プロンプトの yes と no Choice を取得または設定します。

public Tuple<Microsoft.Bot.Builder.Dialogs.Choices.Choice,Microsoft.Bot.Builder.Dialogs.Choices.Choice> ConfirmChoices { get; set; }
member this.ConfirmChoices : Microsoft.Bot.Builder.Dialogs.Choices.Choice * Microsoft.Bot.Builder.Dialogs.Choices.Choice with get, set
Public Property ConfirmChoices As Tuple(Of Choice, Choice)

プロパティ値

プロンプトの [はい] と [いいえ Choice ] です。

適用対象