次の方法で共有


PromptOptions<T> クラス

定義

PromptDialogオプション。

[System.Serializable]
public class PromptOptions<T> : Microsoft.Bot.Builder.Dialogs.IPromptOptions<T>
[<System.Serializable>]
type PromptOptions<'T> = class
    interface IPromptOptions<'T>
Public Class PromptOptions(Of T)
Implements IPromptOptions(Of T)

型パラメーター

T

オプションの種類。

継承
PromptOptions<T>
属性
実装

コンストラクター

PromptOptions<T>(String, String, String, IReadOnlyList<T>, Int32, PromptStyler, IReadOnlyList<String>, String, String, IPromptRecognizer)

プロンプト オプションを作成します。

プロパティ

Attempts

試行の最大数。

Choices

選択時に返される選択肢とシノニム。

DefaultRetry

が null の場合 Retry に使用される既定の再試行プロンプト。

DefaultRetrySpeak

が null の場合 RetrySpeak に使用される既定の再試行読み上げ。

DefaultTooManyAttempts

が null の場合TooManyAttemptsに使用される既定TooManyAttemptsの文字列。

Descriptions

使用可能な各オプションの説明。

Options

選択時に返される選択肢。

Prompt

プロンプト。

PromptStyler

プロンプト PromptStylerの Styler。

Recognizer

メッセージの内容を解析する Entity Recognizer

Retry

再試行時に表示する内容。

RetrySpeak

Retry Speak タグ (テキスト読み上げ用の SSML マークアップ)

Speak

Speak タグ (テキスト読み上げ用の SSML マークアップ)

TooManyAttempts

ユーザーが の後 Attemptsに有効な応答を言わなかった場合に表示する内容。

適用対象