PromptDialog.Number Methode
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.
Überlädt
Number(IDialogContext, ResumeAfter<Double>, String, String, Int32, String, Nullable<Double>, Nullable<Double>) |
Zur Eingabe eines Doubles auffordern. |
Number(IDialogContext, ResumeAfter<Int64>, String, String, Int32, String, Nullable<Int64>, Nullable<Int64>) |
Lange Aufforderung. |
Number(IDialogContext, ResumeAfter<Double>, String, String, Int32, String, Nullable<Double>, Nullable<Double>)
- Quelle:
- PromptDialog.cs
Zur Eingabe eines Doubles auffordern.
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)
Parameter
- context
- IDialogContext
Der Kontext.
- resume
- ResumeAfter<Double>
Fortsetzen des Handlers.
- prompt
- String
Die Eingabeaufforderung, die dem Benutzer angezeigt werden soll.
- retry
- String
Was beim Wiederholungsversuch angezeigt werden soll.
- attempts
- Int32
Die Anzahl der Wiederholungsversuche.
- speak
- String
Speak-Tag (SSML-Markup für Sprachsynthese)
Gilt für:
Number(IDialogContext, ResumeAfter<Int64>, String, String, Int32, String, Nullable<Int64>, Nullable<Int64>)
- Quelle:
- PromptDialog.cs
Lange Aufforderung.
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)
Parameter
- context
- IDialogContext
Der Kontext.
- resume
- ResumeAfter<Int64>
Fortsetzen des Handlers.
- prompt
- String
Die Eingabeaufforderung, die dem Benutzer angezeigt werden soll.
- retry
- String
Was beim Wiederholungsversuch angezeigt werden soll.
- attempts
- Int32
Die Anzahl der Wiederholungsversuche.
- speak
- String
Speak-Tag (SSML-Markup für Sprachsynthese)