WorkflowValidationOutcomeEvent(ConversationResult, Workflow, WorkflowValidationOutcome) 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 WorkflowValidationOutcomeEvent (Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.ConversationResult conversationResult, Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.Workflow resultingWorkflow, Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.WorkflowValidationOutcome outcome);
new Microsoft.Bot.Builder.Calling.Events.WorkflowValidationOutcomeEvent : Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.ConversationResult * Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.Workflow * Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.WorkflowValidationOutcome -> Microsoft.Bot.Builder.Calling.Events.WorkflowValidationOutcomeEvent
Public Sub New (conversationResult As ConversationResult, resultingWorkflow As Workflow, outcome As WorkflowValidationOutcome)
Parameters
- conversationResult
- ConversationResult
- resultingWorkflow
- Workflow
- outcome
- WorkflowValidationOutcome