PromptDialog.PromptAttachment 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提示附件對話方塊的建構函式。
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 表示任何內容類型。