PromptDialog.PromptConfirm クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
確認を求めます。
[System.Serializable]
public class PromptDialog.PromptConfirm : Microsoft.Bot.Builder.Dialogs.Internals.Prompt<bool,string>
[<System.Serializable>]
type PromptDialog.PromptConfirm = class
inherit Prompt<bool, string>
Public Class PromptDialog.PromptConfirm
Inherits Prompt(Of Boolean, String)
- 継承
- 属性
注釈
通常、 を介して Confirm(IDialogContext, ResumeAfter<Boolean>, String, String, Int32, PromptStyle, String[], String[][])使用されます。
コンストラクター
PromptDialog.PromptConfirm(IPromptOptions<String>, String[][]) |
プロンプト確認ダイアログのコンストラクター。 |
PromptDialog.PromptConfirm(String, String, Int32, PromptStyle, String[], String[][]) |
プロンプト確認ダイアログのコンストラクター。 |
フィールド
No |
説明のないインデックス。 |
promptOptions |
確認を求めます。 (継承元 Prompt<T,U>) |
Yes |
はい説明のインデックス。 |
プロパティ
DefaultRetry |
確認を求めます。 |
Options |
確認プロンプトの [はい、いいえ] の選択ラベル |
Patterns |
確認プロンプトで yes/no 応答を照合するためのパターン。 |
メソッド
明示的なインターフェイスの実装
IDialog<T>.StartAsync(IDialogContext) |
確認を求めます。 (継承元 Prompt<T,U>) |