ICallingBotService.OnPlayPromptCompleted Event

Definition

Event raised when the bot gets the outcome of PlayPrompt action

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> 
Event OnPlayPromptCompleted As Func(Of PlayPromptOutcomeEvent, Task) 

Event Type

Func<PlayPromptOutcomeEvent,Task>

Applies to