Freigeben über


InputDialog.OnRenderPromptAsync Methode

Definition

Methode, die die Eingabeaufforderung an den Benutzer n den aktuellen Eingabezustand rendert.

protected virtual System.Threading.Tasks.Task<Microsoft.Bot.Schema.IActivity> OnRenderPromptAsync (Microsoft.Bot.Builder.Dialogs.DialogContext dc, Microsoft.Bot.Builder.Dialogs.Adaptive.Input.InputState state, System.Threading.CancellationToken cancellationToken = default);
abstract member OnRenderPromptAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * Microsoft.Bot.Builder.Dialogs.Adaptive.Input.InputState * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.IActivity>
override this.OnRenderPromptAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * Microsoft.Bot.Builder.Dialogs.Adaptive.Input.InputState * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.IActivity>
Protected Overridable Function OnRenderPromptAsync (dc As DialogContext, state As InputState, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IActivity)

Parameter

dc
DialogContext

dialogcontext.

state
InputState

inputState.

cancellationToken
CancellationToken

für CancellationToken die Aufgabe.

Gibt zurück

Aktivität, die an den Benutzer gesendet werden soll.

Hinweise

Überschreiben Sie dies, um die an den Benutzer gesendete Ausgabe anzupassen.

Gilt für: