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