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