ICallingBotService.OnPlayPromptCompleted Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)