다음을 통해 공유


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은 모든 콘텐츠 형식을 의미합니다.

적용 대상