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>) |