NumberPrompt<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提示使用者輸入數位。
public class NumberPrompt<T> : Microsoft.Bot.Builder.Dialogs.Prompt<T> where T : struct
type NumberPrompt<'T (requires 'T : struct)> = class
inherit Prompt<'T (requires 'T : struct)>
Public Class NumberPrompt(Of T)
Inherits Prompt(Of T)
類型參數
- T
預期的輸入類型。
- 繼承
備註
數位提示目前支援下列類型:Single、Int32、Int64、Double和 Decimal。
建構函式
NumberPrompt<T>(String, PromptValidator<T>, String) |
初始化 NumberPrompt<T> 類別的新實例。 |
屬性
DefaultLocale |
取得或設定用來判斷提示語言特定行為的預設地區設定。 |
Id |
取得或設定對話框的識別碼。 (繼承來源 Dialog) |
Source |
取得 cref=“SourceRange”/>的資訊。 (繼承來源 Dialog) |
TelemetryClient |
取得或設定要用於記錄的 IBotTelemetryClient。 (繼承來源 Dialog) |
方法
擴充方法
RunAsync(Dialog, ITurnContext, IStatePropertyAccessor<DialogState>, CancellationToken) |
建立對話堆疊並啟動對話,並將它推送至堆疊。 |