PromptDialog.PromptInt64 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提示輸入 Int64
[System.Serializable]
public class PromptDialog.PromptInt64 : Microsoft.Bot.Builder.Dialogs.Internals.Prompt<long,long>
[<System.Serializable>]
type PromptDialog.PromptInt64 = class
inherit Prompt<int64, int64>
Public Class PromptDialog.PromptInt64
Inherits Prompt(Of Long, Long)
- 繼承
- 屬性
備註
建構函式
欄位
promptOptions |
提示輸入 Int64 (繼承來源 Prompt<T,U>) |
屬性
Max |
(允許的選擇性) 最大值。 |
Min |
(允許的選擇性) 最小值。 |
方法
MakePrompt(IDialogContext, String, IReadOnlyList<U>, IReadOnlyList<String>, String) |
提示輸入 Int64 (繼承來源 Prompt<T,U>) |
MessageReceivedAsync(IDialogContext, IAwaitable<IMessageActivity>) |
提示輸入 Int64 (繼承來源 Prompt<T,U>) |
TryParse(IMessageActivity, Int64) |
提示輸入 Int64 |
TryParse(IMessageActivity, T) |
提示輸入 Int64 (繼承來源 Prompt<T,U>) |
明確介面實作
IDialog<T>.StartAsync(IDialogContext) |
提示輸入 Int64 (繼承來源 Prompt<T,U>) |