CallingBotService.OnWorkflowValidationFailed Event
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.
Event raised when specified workflow fails to be validated by Bot platform
public event Func<Microsoft.Bot.Builder.Calling.Events.WorkflowValidationOutcomeEvent,System.Threading.Tasks.Task> OnWorkflowValidationFailed;
member this.OnWorkflowValidationFailed : Func<Microsoft.Bot.Builder.Calling.Events.WorkflowValidationOutcomeEvent, System.Threading.Tasks.Task>
Public Event OnWorkflowValidationFailed As Func(Of WorkflowValidationOutcomeEvent, Task)