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