PromptDialog 클래스

정의

간단한 프롬프트를 위한 대화 상자 팩터리입니다.

public class PromptDialog
type PromptDialog = class
Public Class PromptDialog
상속
PromptDialog

설명

허용되는 시도 횟수를 초과하면 예외 TooManyAttemptsException 가 throw됩니다.

생성자

PromptDialog()

간단한 프롬프트를 위한 대화 상자 팩터리입니다.

메서드

Attachment(IDialogContext, ResumeAfter<IEnumerable<Attachment>>, String, IEnumerable<String>, String, Int32)

첨부 파일 프롬프트

Choice<T>(IDialogContext, ResumeAfter<T>, IDictionary<T,IEnumerable<T>>, String, String, Int32, PromptStyle, IEnumerable<String>, Boolean, Boolean, Boolean, Double)

선택 항목 집합 중 하나를 묻는 메시지를 표시합니다.

Choice<T>(IDialogContext, ResumeAfter<T>, IEnumerable<T>, String, String, Int32, PromptStyle, IEnumerable<String>)

선택 항목 집합 중 하나를 묻는 메시지를 표시합니다.

Choice<T>(IDialogContext, ResumeAfter<T>, IPromptOptions<T>, Boolean, Boolean, Boolean, Double)

선택 항목 집합 중 하나를 묻는 메시지를 표시합니다.

Confirm(IDialogContext, ResumeAfter<Boolean>, IPromptOptions<String>, String[][])

예/아니요 질문을 합니다.

Confirm(IDialogContext, ResumeAfter<Boolean>, String, String, Int32, PromptStyle, String[], String[][])

예/아니요 질문을 합니다.

Number(IDialogContext, ResumeAfter<Double>, String, String, Int32, String, Nullable<Double>, Nullable<Double>)

double을 입력하라는 메시지를 표시합니다.

Number(IDialogContext, ResumeAfter<Int64>, String, String, Int32, String, Nullable<Int64>, Nullable<Int64>)

긴 메시지를 표시합니다.

Text(IDialogContext, ResumeAfter<String>, IPromptOptions<String>)

문자열에 대한 프롬프트입니다.

Text(IDialogContext, ResumeAfter<String>, String, String, Int32)

문자열에 대한 프롬프트입니다.

적용 대상