Share via


ICallingBotService.OnAnswerCompleted Event

Definition

Event raised when the bot gets the outcome of Answer action. If the operation was successful the call is established

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

Event Type

Applies to