ICallingBotService.OnIncomingCallReceived 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 bot receives incoming call
event Func<Microsoft.Bot.Builder.Calling.Events.IncomingCallEvent,System.Threading.Tasks.Task> OnIncomingCallReceived;
member this.OnIncomingCallReceived : Func<Microsoft.Bot.Builder.Calling.Events.IncomingCallEvent, System.Threading.Tasks.Task>
Event OnIncomingCallReceived As Func(Of IncomingCallEvent, Task)