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