共用方式為


PromptDialog.PromptAttachment 建構函式

定義

提示附件對話方塊的建構函式。

public PromptAttachment (string prompt, string retry, int attempts, System.Collections.Generic.IEnumerable<string> contentTypes = default);
new Microsoft.Bot.Builder.Dialogs.PromptDialog.PromptAttachment : string * string * int * seq<string> -> Microsoft.Bot.Builder.Dialogs.PromptDialog.PromptAttachment
Public Sub New (prompt As String, retry As String, attempts As Integer, Optional contentTypes As IEnumerable(Of String) = Nothing)

參數

prompt
String

提示。

retry
String

重試時要顯示的內容。

attempts
Int32

附件類型的選擇性內容類型應該是的一部分。

contentTypes
IEnumerable<String>

用來篩選附件的內容類型。 Null 表示任何內容類型。

適用於