Udostępnij za pośrednictwem


PromptDialog.PromptInt64 Konstruktory

Definicja

Przeciążenia

PromptDialog.PromptInt64(PromptOptions<Int64>, Nullable<Int64>, Nullable<Int64>)

Konstruktor monitu w oknie dialogowym int64.

PromptDialog.PromptInt64(String, String, Int32, String, Nullable<Int64>, Nullable<Int64>)

Konstruktor monitu w oknie dialogowym int64.

PromptDialog.PromptInt64(PromptOptions<Int64>, Nullable<Int64>, Nullable<Int64>)

Źródło:
PromptDialog.cs

Konstruktor monitu w oknie dialogowym int64.

public PromptInt64 (Microsoft.Bot.Builder.Dialogs.PromptOptions<long> promptOptions, long? min = default, long? max = default);
new Microsoft.Bot.Builder.Dialogs.PromptDialog.PromptInt64 : Microsoft.Bot.Builder.Dialogs.PromptOptions<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Bot.Builder.Dialogs.PromptDialog.PromptInt64
Public Sub New (promptOptions As PromptOptions(Of Long), Optional min As Nullable(Of Long) = Nothing, Optional max As Nullable(Of Long) = Nothing)

Parametry

promptOptions
PromptOptions<Int64>

Opcje monitu THe.

min
Nullable<Int64>

Wartość minimun.

max
Nullable<Int64>

Wartość maksymalna.

Dotyczy

PromptDialog.PromptInt64(String, String, Int32, String, Nullable<Int64>, Nullable<Int64>)

Źródło:
PromptDialog.cs

Konstruktor monitu w oknie dialogowym int64.

public PromptInt64 (string prompt, string retry, int attempts, string speak = default, long? min = default, long? max = default);
new Microsoft.Bot.Builder.Dialogs.PromptDialog.PromptInt64 : string * string * int * string * Nullable<int64> * Nullable<int64> -> Microsoft.Bot.Builder.Dialogs.PromptDialog.PromptInt64
Public Sub New (prompt As String, retry As String, attempts As Integer, Optional speak As String = Nothing, Optional min As Nullable(Of Long) = Nothing, Optional max As Nullable(Of Long) = Nothing)

Parametry

prompt
String

Monit.

retry
String

Co należy wyświetlić podczas ponawiania próby.

attempts
Int32

Maksymalna liczba prób.

speak
String

Tag Mów (adiustacja SSML dla zamiany tekstu na mowę)

min
Nullable<Int64>

Wartość minimun.

max
Nullable<Int64>

Wartość maksymalna.

Dotyczy