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 |
取得或設定對話框的識別碼。 (繼承來源 Dialog) |
Source |
取得 cref=“SourceRange”/>的資訊。 (繼承來源 Dialog) |
TelemetryClient |
取得或設定要用於記錄的 IBotTelemetryClient。 (繼承來源 Dialog) |
方法
擴充方法
RunAsync(Dialog, ITurnContext, IStatePropertyAccessor<DialogState>, CancellationToken) |
建立對話堆疊並啟動對話,並將它推送至堆疊。 |