PromptDialog.PromptAttachment 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
첨부 파일 프롬프트
[System.Serializable]
public class PromptDialog.PromptAttachment : Microsoft.Bot.Builder.Dialogs.Internals.Prompt<System.Collections.Generic.IEnumerable<Microsoft.Bot.Connector.Attachment>,Microsoft.Bot.Connector.Attachment>
[<System.Serializable>]
type PromptDialog.PromptAttachment = class
inherit Prompt<seq<Attachment>, Attachment>
Public Class PromptDialog.PromptAttachment
Inherits Prompt(Of IEnumerable(Of Attachment), Attachment)
- 상속
- 특성
설명
일반적으로 를 통해 Attachment(IDialogContext, ResumeAfter<IEnumerable<Attachment>>, String, IEnumerable<String>, String, Int32)사용됩니다.
생성자
PromptDialog.PromptAttachment(String, String, Int32, IEnumerable<String>) |
프롬프트 첨부 파일 대화 상자의 생성자입니다. |
필드
promptOptions |
첨부 파일 프롬프트 (다음에서 상속됨 Prompt<T,U>) |
속성
ContentTypes |
첨부 파일 프롬프트 |
메서드
MakePrompt(IDialogContext, String, IReadOnlyList<U>, IReadOnlyList<String>, String) |
첨부 파일 프롬프트 (다음에서 상속됨 Prompt<T,U>) |
MessageReceivedAsync(IDialogContext, IAwaitable<IMessageActivity>) |
첨부 파일 프롬프트 (다음에서 상속됨 Prompt<T,U>) |
TryParse(IMessageActivity, IEnumerable<Attachment>) |
첨부 파일 프롬프트 |
TryParse(IMessageActivity, T) |
첨부 파일 프롬프트 (다음에서 상속됨 Prompt<T,U>) |
명시적 인터페이스 구현
IDialog<T>.StartAsync(IDialogContext) |
첨부 파일 프롬프트 (다음에서 상속됨 Prompt<T,U>) |