IncomingCallEvent(Conversation, Workflow) Constructor
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.
public IncomingCallEvent (Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.Conversation conversation, Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.Workflow resultingWorkflow);
new Microsoft.Bot.Builder.Calling.Events.IncomingCallEvent : Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.Conversation * Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.Workflow -> Microsoft.Bot.Builder.Calling.Events.IncomingCallEvent
Public Sub New (conversation As Conversation, resultingWorkflow As Workflow)
Parameters
- conversation
- Conversation
- resultingWorkflow
- Workflow