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