CallingBotService.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
public 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>
Public Event OnIncomingCallReceived As Func(Of IncomingCallEvent, Task)