public sealed class Transition : IMessage<TransitionRouteGroupCoverage.Types.Coverage.Types.Transition>, IEquatable<TransitionRouteGroupCoverage.Types.Coverage.Types.Transition>, IDeepCloneable<TransitionRouteGroupCoverage.Types.Coverage.Types.Transition>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class TransitionRouteGroupCoverage.Types.Coverage.Types.Transition.
A transition coverage in a transition route group.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The provided content details the `TransitionRouteGroupCoverage.Types.Coverage.Types.Transition` class within the Dialogflow v3 API for .NET, specifically focusing on versions ranging from 1.0.0 to 2.23.0."],["Version 2.23.0 is the latest available release, and the documentation includes links to each specific version of the class, all the way back to version 1.0.0."],["The `Transition` class is used to represent a transition coverage within a transition route group and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Transition` class include `Covered`, indicating whether the transition route is covered by agent test cases, and `TransitionRoute`, representing the intent or condition route."],["The documentation outlines the constructors for creating instances of `Transition`, including a default constructor and one that takes another `Transition` object, along with the properties of the class in further detail."]]],[]]