PromptOptionsWithSynonyms<T> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロンプト オプションを作成します。
public PromptOptionsWithSynonyms (string prompt, string retry = default, string tooManyAttempts = default, System.Collections.Generic.IReadOnlyDictionary<T,System.Collections.Generic.IReadOnlyList<T>> choices = default, int attempts = 3, Microsoft.Bot.Builder.Dialogs.PromptStyler promptStyler = default, System.Collections.Generic.IReadOnlyList<string> descriptions = default, string speak = default, string retrySpeak = default, Microsoft.Bot.Builder.Dialogs.IPromptRecognizer recognizer = default);
new Microsoft.Bot.Builder.Dialogs.PromptOptionsWithSynonyms<'T> : string * string * string * System.Collections.Generic.IReadOnlyDictionary<'T, System.Collections.Generic.IReadOnlyList<'T>> * int * Microsoft.Bot.Builder.Dialogs.PromptStyler * System.Collections.Generic.IReadOnlyList<string> * string * string * Microsoft.Bot.Builder.Dialogs.IPromptRecognizer -> Microsoft.Bot.Builder.Dialogs.PromptOptionsWithSynonyms<'T>
Public Sub New (prompt As String, Optional retry As String = Nothing, Optional tooManyAttempts As String = Nothing, Optional choices As IReadOnlyDictionary(Of T, IReadOnlyList(Of T)) = Nothing, Optional attempts As Integer = 3, Optional promptStyler As PromptStyler = Nothing, Optional descriptions As IReadOnlyList(Of String) = Nothing, Optional speak As String = Nothing, Optional retrySpeak As String = Nothing, Optional recognizer As IPromptRecognizer = Nothing)
パラメーター
- prompt
- String
プロンプト。
- retry
- String
再試行時に表示する内容。
- choices
- IReadOnlyDictionary<T,IReadOnlyList<T>>
プロンプトの選択肢の値。
- attempts
- Int32
試行の最大数。
- promptStyler
- PromptStyler
プロンプト スタイラー。
- descriptions
- IReadOnlyList<String>
各プロンプトの説明。
- speak
- String
Speak タグ (テキスト読み上げ用の SSML マークアップ)。
- retrySpeak
- String
再試行時に表示する読み上げ (テキスト読み上げ用の SSML マークアップ)。
- recognizer
- IPromptRecognizer
メッセージの内容を解析する Entity Recognizer。