PromptDialog クラス

定義

シンプルなプロンプトのためのダイアログファクトリー。

public class PromptDialog
type PromptDialog = class
Public Class PromptDialog
継承
PromptDialog

注釈

許可された試み回数を超えると例外 TooManyAttemptsException が投げられます。

コンストラクター

名前 説明
PromptDialog()

シンプルなプロンプトのためのダイアログファクトリー。

メソッド

名前 説明
Attachment(IDialogContext, ResumeAfter<IEnumerable<Attachment>>, String, IEnumerable<String>, String, Int32)

添付ファイルのプロンプト

Choice<T>(IDialogContext, ResumeAfter<T>, IDictionary<T,IEnumerable<T>>, String, String, Int32, PromptStyle, IEnumerable<String>, Boolean, Boolean, Boolean, Double)

選択肢のどれかをプロンプトします。

Choice<T>(IDialogContext, ResumeAfter<T>, IEnumerable<T>, String, String, Int32, PromptStyle, IEnumerable<String>)

選択肢のどれかをプロンプトします。

Choice<T>(IDialogContext, ResumeAfter<T>, IPromptOptions<T>, Boolean, Boolean, Boolean, Double)

選択肢のどれかをプロンプトします。

Confirm(IDialogContext, ResumeAfter<Boolean>, IPromptOptions<String>, String[][])

はい・いいえの質問をしてください。

Confirm(IDialogContext, ResumeAfter<Boolean>, String, String, Int32, PromptStyle, String[], String[][])

はい/いいえの質問をしてください。

Number(IDialogContext, ResumeAfter<Double>, String, String, Int32, String, Nullable<Double>, Nullable<Double>)

ダブルのプロンプト。

Number(IDialogContext, ResumeAfter<Int64>, String, String, Int32, String, Nullable<Int64>, Nullable<Int64>)

長くプロンプト。

Text(IDialogContext, ResumeAfter<String>, IPromptOptions<String>)

文字列のプロンプト。

Text(IDialogContext, ResumeAfter<String>, String, String, Int32)

文字列のプロンプト。

適用対象