PromptOptionsWithSynonyms<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
のシノニムを PromptDialog持つオプション。
[System.Serializable]
public class PromptOptionsWithSynonyms<T> : Microsoft.Bot.Builder.Dialogs.IPromptOptions<T>
[<System.Serializable>]
type PromptOptionsWithSynonyms<'T> = class
interface IPromptOptions<'T>
Public Class PromptOptionsWithSynonyms(Of T)
Implements IPromptOptions(Of T)
型パラメーター
- T
オプションの種類。
- 継承
-
PromptOptionsWithSynonyms<T>
- 属性
- 実装
コンストラクター
PromptOptionsWithSynonyms<T>(String, String, String, IReadOnlyDictionary<T, 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に有効な応答を言わなかった場合に表示される内容。 |