다음을 통해 공유


PromptOptionsWithSynonyms<T> 생성자

정의

프롬프트 옵션을 생성합니다.

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

다시 시도 시 표시할 내용입니다.

tooManyAttempts
String

사용자가 다음에 Attempts유효한 응답을 말하지 않았을 때 표시할 내용입니다.

choices
IReadOnlyDictionary<T,IReadOnlyList<T>>

프롬프트 선택 값입니다.

attempts
Int32

최대 시도 횟수입니다.

promptStyler
PromptStyler

프롬프트 스타일러입니다.

descriptions
IReadOnlyList<String>

각 프롬프트에 대한 설명입니다.

speak
String

Speak 태그(텍스트 음성 변환에 대한 SSML 태그)입니다.

retrySpeak
String

다시 시도 말하기(텍스트 음성 변환에 대한 SSML 태그)에 표시할 내용입니다.

recognizer
IPromptRecognizer

Entity Recognizer를 사용하여 메시지 콘텐츠를 구문 분석합니다.

적용 대상