NumberPrompt<T>(String, PromptValidator<T>, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 NumberPrompt<T> 類別的新執行個體。
public NumberPrompt (string dialogId, Microsoft.Bot.Builder.Dialogs.PromptValidator<T> validator = default, string defaultLocale = default);
new Microsoft.Bot.Builder.Dialogs.NumberPrompt<'T (requires 'T : struct)> : string * Microsoft.Bot.Builder.Dialogs.PromptValidator<'T (requires 'T : struct)> * string -> Microsoft.Bot.Builder.Dialogs.NumberPrompt<'T (requires 'T : struct)>
Public Sub New (dialogId As String, Optional validator As PromptValidator(Of T) = Nothing, Optional defaultLocale As String = Nothing)
參數
- dialogId
- String
其父 DialogSet 代或 ComponentDialog 內對話方塊的唯一識別碼。
- validator
- PromptValidator<T>
每次使用者回應提示時都會呼叫的驗證程式。
- defaultLocale
- String
要使用的地區設定。