AttachmentPrompt 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提示用户上传附件,如图像。
public class AttachmentPrompt : Microsoft.Bot.Builder.Dialogs.Prompt<System.Collections.Generic.IList<Microsoft.Bot.Schema.Attachment>>
type AttachmentPrompt = class
inherit Prompt<IList<Attachment>>
Public Class AttachmentPrompt
Inherits Prompt(Of IList(Of Attachment))
- 继承
构造函数
AttachmentPrompt(String, PromptValidator<IList<Attachment>>) |
初始化 AttachmentPrompt 类的新实例。 |
属性
Id |
获取或设置对话框的 ID。 (继承自 Dialog) |
Source |
获取 cref=“SourceRange”/>的信息。 (继承自 Dialog) |
TelemetryClient |
获取或设置用于日志记录的 IBotTelemetryClient。 (继承自 Dialog) |
方法
扩展方法
RunAsync(Dialog, ITurnContext, IStatePropertyAccessor<DialogState>, CancellationToken) |
创建对话堆栈并启动对话,将其推送到堆栈上。 |