ICallingBotService.OnRecordCompleted Event

Definition

Event raised when the bot gets the outcome of Record action

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

Event Type

Func<RecordOutcomeEvent,Task>

Applies to