PromptDialog.PromptDouble Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
PromptDialog.PromptDouble(PromptOptions<Double>, Nullable<Double>, Nullable<Double>) |
Constructor voor een dubbel dialoogvenster voor een prompt. |
PromptDialog.PromptDouble(String, String, Int32, String, Nullable<Double>, Nullable<Double>) |
Constructor voor een dubbel dialoogvenster voor een prompt. |
PromptDialog.PromptDouble(PromptOptions<Double>, Nullable<Double>, Nullable<Double>)
- Bron:
- PromptDialog.cs
Constructor voor een dubbel dialoogvenster voor een prompt.
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)
Parameters
- promptOptions
- PromptOptions<Double>
De promptopties.
Van toepassing op
PromptDialog.PromptDouble(String, String, Int32, String, Nullable<Double>, Nullable<Double>)
- Bron:
- PromptDialog.cs
Constructor voor een dubbel dialoogvenster voor een prompt.
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)
Parameters
- prompt
- String
De prompt.
- retry
- String
Wat moet worden weergegeven bij een nieuwe poging.
- attempts
- Int32
Maximum aantal pogingen.
- speak
- String
Tag uitspreken (SSML-markering voor tekst-naar-spraak)