CallingBotService.OnPlayPromptCompleted Event

Definition

Event raised when the bot gets the outcome of PlayPrompt action

public event Func<Microsoft.Bot.Builder.Calling.Events.PlayPromptOutcomeEvent,System.Threading.Tasks.Task> OnPlayPromptCompleted;
member this.OnPlayPromptCompleted : Func<Microsoft.Bot.Builder.Calling.Events.PlayPromptOutcomeEvent, System.Threading.Tasks.Task> 
Public Event OnPlayPromptCompleted As Func(Of PlayPromptOutcomeEvent, Task) 

Event Type

Func<PlayPromptOutcomeEvent,Task>

Implements

Applies to