Partager via


PromptDialog Classe

Définition

Fabrique de dialogue pour les invites simples.

public class PromptDialog
type PromptDialog = class
Public Class PromptDialog
Héritage
PromptDialog

Remarques

L’exception TooManyAttemptsException est levée si le nombre de tentatives autorisées est dépassé.

Constructeurs

PromptDialog()

Fabrique de dialogue pour les invites simples.

Méthodes

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

Demander une pièce jointe

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

Demander l’un des choix.

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

Demander l’un des choix.

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

Demander l’un des choix.

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

Posez des questions oui/non.

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

Posez une question oui/non.

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

Demander un double.

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

Demander une longue.

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

Demander une chaîne.

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

Demander une chaîne.

S’applique à