Delen via


PromptAsyncDelegate<T> Gedelegeerde

Definitie

Een gemachtigde voor het stylen en plaatsen van een prompt.

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) 

Type parameters

T

Parameters

context
IDialogContext

Berichtcontext.

prompt
FormPrompt

Vraag om te worden geplaatst.

state
T

Status van het formulier.

field
IField<T>

Veld wordt gevraagd of null als dit geen veld is.

Retourwaarde

Prompt die is gepost.

Van toepassing op