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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `TransitionRouteGroupCoverage.Types.Coverage.Types.Transition` class within the Dialogflow v3 API, specifically in the .NET environment."],["The latest version documented is 2.23.0, with an extensive list of previous versions dating back to 1.0.0, all linked for direct access."],["The `Transition` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffering."],["The class includes two properties, `Covered` (a boolean indicating test case coverage) and `TransitionRoute` (representing the intent or condition route), providing insight into its structure and purpose."],["The content demonstrates the class's inheritance from `Object` and list inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, `ToString()` and provides a constructor in the class documentation."]]],[]]