PromptDialog.PromptAttachment 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提示输入附件
[System.Serializable]
public class PromptDialog.PromptAttachment : Microsoft.Bot.Builder.Dialogs.Internals.Prompt<System.Collections.Generic.IEnumerable<Microsoft.Bot.Connector.Attachment>,Microsoft.Bot.Connector.Attachment>
[<System.Serializable>]
type PromptDialog.PromptAttachment = class
inherit Prompt<seq<Attachment>, Attachment>
Public Class PromptDialog.PromptAttachment
Inherits Prompt(Of IEnumerable(Of Attachment), Attachment)
- 继承
- 属性
注解
构造函数
PromptDialog.PromptAttachment(String, String, Int32, IEnumerable<String>) |
提示附件对话框的构造函数。 |
字段
promptOptions |
提示输入附件 (继承自 Prompt<T,U>) |
属性
ContentTypes |
提示输入附件 |
方法
显式接口实现
IDialog<T>.StartAsync(IDialogContext) |
提示输入附件 (继承自 Prompt<T,U>) |