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