public sealed class Transition : IMessage<TransitionRouteGroupCoverage.Types.Coverage.Types.Transition>, IEquatable<TransitionRouteGroupCoverage.Types.Coverage.Types.Transition>, IDeepCloneable<TransitionRouteGroupCoverage.Types.Coverage.Types.Transition>, IBufferMessage, IMessage
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."],[[["The content focuses on the `Transition` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically detailing its role in representing transition coverage in a transition route group."],["This documentation outlines the `Transition` class's implementation of various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor, and one that copies data from another `TransitionRouteGroupCoverage.Types.Coverage.Types.Transition` instance."],["Key properties of the `Transition` class include `Covered`, which indicates if a transition route is covered by at least one test case, and `TransitionRoute`, representing the intent or condition route."],["The documentation lists various available versions of this class, with version 2.23.0 being the latest and going down to version 1.0.0."]]],[]]