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