PromptOptionsWithSynonyms<T> Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt die Eingabeaufforderungsoptionen.
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)
Parameter
- prompt
- String
Die Eingabeaufforderung.
- retry
- String
Was beim Wiederholungsversuch angezeigt werden soll.
- tooManyAttempts
- String
Was wird angezeigt, wenn der Benutzer nach Attemptskeine gültige Antwort gesagt hat.
- choices
- IReadOnlyDictionary<T,IReadOnlyList<T>>
Die Werte für die Eingabeaufforderungsauswahl.
- attempts
- Int32
Maximale Anzahl von Versuchen.
- promptStyler
- PromptStyler
Der Eingabeaufforderungs-Styler.
- descriptions
- IReadOnlyList<String>
Beschreibungen für jede Eingabeaufforderung.
- speak
- String
Das Speak-Tag (SSML-Markup für Text zu Sprache).
- retrySpeak
- String
Was bei Wiederholungssprache angezeigt werden soll (SSML-Markup für Text zu Sprache).
- recognizer
- IPromptRecognizer
Entitätserkennung, um den Nachrichteninhalt zu analysieren.