PromptDialog.PromptString クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テキスト文字列のプロンプト。
[System.Serializable]
public class PromptDialog.PromptString : Microsoft.Bot.Builder.Dialogs.Internals.Prompt<string,string>
[<System.Serializable>]
type PromptDialog.PromptString = class
inherit Prompt<string, string>
Public Class PromptDialog.PromptString
Inherits Prompt(Of String, String)
- 継承
- 属性
注釈
通常は Text(IDialogContext, ResumeAfter<String>, String, String, Int32)を通じて使われます。
コンストラクター
| 名前 | 説明 |
|---|---|
| PromptDialog.PromptString(IPromptOptions<String>) |
プロンプト文字列ダイアログ用のコンストラクター。 |
| PromptDialog.PromptString(String, String, Int32) |
プロンプト文字列ダイアログ用のコンストラクター。 |
フィールド
| 名前 | 説明 |
|---|---|
| promptOptions |
テキスト文字列のプロンプト。 (継承元 Prompt<T,U>) |
プロパティ
| 名前 | 説明 |
|---|---|
| DefaultRetry |
テキスト文字列のプロンプト。 |
メソッド
| 名前 | 説明 |
|---|---|
| MakePrompt(IDialogContext, String, IReadOnlyList<U>, IReadOnlyList<String>, String) |
テキスト文字列のプロンプト。 (継承元 Prompt<T,U>) |
| MessageReceivedAsync(IDialogContext, IAwaitable<IMessageActivity>) |
テキスト文字列のプロンプト。 (継承元 Prompt<T,U>) |
| TryParse(IMessageActivity, String) |
テキスト文字列のプロンプト。 |
| TryParse(IMessageActivity, T) |
テキスト文字列のプロンプト。 (継承元 Prompt<T,U>) |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IDialog<T>.StartAsync(IDialogContext) |
テキスト文字列のプロンプト。 (継承元 Prompt<T,U>) |