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