PromptDialog.Number Methode
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
Number(IDialogContext, ResumeAfter<Double>, String, String, Int32, String, Nullable<Double>, Nullable<Double>)
- Bron:
- PromptDialog.cs
Vraag om een dubbele.
public static void Number(Microsoft.Bot.Builder.Dialogs.IDialogContext context, Microsoft.Bot.Builder.Dialogs.ResumeAfter<double> resume, string prompt, string retry = default, int attempts = 3, string speak = default, double? min = default, double? max = default);
static member Number : Microsoft.Bot.Builder.Dialogs.IDialogContext * Microsoft.Bot.Builder.Dialogs.ResumeAfter<double> * string * string * int * string * Nullable<double> * Nullable<double> -> unit
Public Shared Sub Number (context As IDialogContext, resume As ResumeAfter(Of Double), prompt As String, Optional retry As String = Nothing, Optional attempts As Integer = 3, Optional speak As String = Nothing, Optional min As Nullable(Of Double) = Nothing, Optional max As Nullable(Of Double) = Nothing)
Parameters
- context
- IDialogContext
De context.
- resume
- ResumeAfter<Double>
Cv-handler.
- prompt
- String
De prompt om weer te geven aan de gebruiker.
- retry
- String
Wat u moet weergeven bij een nieuwe poging.
- attempts
- Int32
Het aantal keren dat opnieuw moet worden geprobeerd.
- speak
- String
Tag Uitspreken (SSML-markering voor tekst-naar-spraak)
Van toepassing op
Number(IDialogContext, ResumeAfter<Int64>, String, String, Int32, String, Nullable<Int64>, Nullable<Int64>)
- Bron:
- PromptDialog.cs
Lang vragen.
public static void Number(Microsoft.Bot.Builder.Dialogs.IDialogContext context, Microsoft.Bot.Builder.Dialogs.ResumeAfter<long> resume, string prompt, string retry = default, int attempts = 3, string speak = default, long? min = default, long? max = default);
static member Number : Microsoft.Bot.Builder.Dialogs.IDialogContext * Microsoft.Bot.Builder.Dialogs.ResumeAfter<int64> * string * string * int * string * Nullable<int64> * Nullable<int64> -> unit
Public Shared Sub Number (context As IDialogContext, resume As ResumeAfter(Of Long), prompt As String, Optional retry As String = Nothing, Optional attempts As Integer = 3, Optional speak As String = Nothing, Optional min As Nullable(Of Long) = Nothing, Optional max As Nullable(Of Long) = Nothing)
Parameters
- context
- IDialogContext
De context.
- resume
- ResumeAfter<Int64>
Cv-handler.
- prompt
- String
De prompt om weer te geven aan de gebruiker.
- retry
- String
Wat u moet weergeven bij een nieuwe poging.
- attempts
- Int32
Het aantal keren dat opnieuw moet worden geprobeerd.
- speak
- String
Tag Uitspreken (SSML-markering voor tekst-naar-spraak)