Freigeben über


PromptAsyncDelegate<T> Delegat

Definition

Ein Delegat zum Formatieren und Posten einer Eingabeaufforderung.

public delegate System.Threading.Tasks.Task<Microsoft.Bot.Builder.FormFlow.Advanced.FormPrompt> PromptAsyncDelegate<T>(IDialogContext context, FormPrompt prompt, T state, IField<T> field) where T : class;
type PromptAsyncDelegate<'T (requires 'T : null)> = delegate of IDialogContext * FormPrompt * 'T * IField<'T (requires 'T : null)> -> Task<FormPrompt>
Public Delegate Function PromptAsyncDelegate(Of T)(context As IDialogContext, prompt As FormPrompt, state As T, field As IField(Of T)) As Task(Of FormPrompt) 

Typparameter

T

Parameter

context
IDialogContext

Nachrichtenkontext.

prompt
FormPrompt

Aufforderung zur Veröffentlichung.

state
T

Status des Formulars.

field
IField<T>

Feld, das aufgefordert wird, oder NULL, wenn kein Feld.

Rückgabewert

Eingabeaufforderung, die gepostet wurde.

Gilt für: