次の方法で共有


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 は、任意のコンテンツ タイプを意味します。

適用対象