PromptDialog.PromptDouble 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
PromptDialog.PromptDouble(PromptOptions<Double>, Nullable<Double>, Nullable<Double>) |
프롬프트 이중 대화 상자의 생성자입니다. |
PromptDialog.PromptDouble(String, String, Int32, String, Nullable<Double>, Nullable<Double>) |
프롬프트 이중 대화 상자의 생성자입니다. |
PromptDialog.PromptDouble(PromptOptions<Double>, Nullable<Double>, Nullable<Double>)
- Source:
- PromptDialog.cs
프롬프트 이중 대화 상자의 생성자입니다.
public PromptDouble (Microsoft.Bot.Builder.Dialogs.PromptOptions<double> promptOptions, double? min = default, double? max = default);
new Microsoft.Bot.Builder.Dialogs.PromptDialog.PromptDouble : Microsoft.Bot.Builder.Dialogs.PromptOptions<double> * Nullable<double> * Nullable<double> -> Microsoft.Bot.Builder.Dialogs.PromptDialog.PromptDouble
Public Sub New (promptOptions As PromptOptions(Of Double), Optional min As Nullable(Of Double) = Nothing, Optional max As Nullable(Of Double) = Nothing)
매개 변수
- promptOptions
- PromptOptions<Double>
THe 프롬프트 옵션입니다.
적용 대상
PromptDialog.PromptDouble(String, String, Int32, String, Nullable<Double>, Nullable<Double>)
- Source:
- PromptDialog.cs
프롬프트 이중 대화 상자의 생성자입니다.
public PromptDouble (string prompt, string retry, int attempts, string speak = default, double? min = default, double? max = default);
new Microsoft.Bot.Builder.Dialogs.PromptDialog.PromptDouble : string * string * int * string * Nullable<double> * Nullable<double> -> Microsoft.Bot.Builder.Dialogs.PromptDialog.PromptDouble
Public Sub New (prompt As String, retry As String, attempts As Integer, Optional speak As String = Nothing, Optional min As Nullable(Of Double) = Nothing, Optional max As Nullable(Of Double) = Nothing)
매개 변수
- prompt
- String
프롬프트입니다.
- retry
- String
다시 시도 시 표시할 내용입니다.
- attempts
- Int32
최대 시도 횟수입니다.
- speak
- String
음성 태그(텍스트 음성 변환에 대한 SSML 태그)