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"]],[["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."],[[["This webpage details the `Transition` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically part of the `TransitionRouteGroupCoverage.Types.Coverage.Types` structure."],["The `Transition` class represents a transition coverage in a transition route group and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Covered`, which indicates whether a transition route is covered by test cases, and `TransitionRoute`, representing the intent or condition route."],["The page provides a list of available versions ranging from 2.23.0 (latest) down to version 1.0.0, and each version has a link that can take you to its documentation."],["The `Transition` class contains two constructors, a parameterless one and one that accepts another instance of the `Transition` class, and it inherits several members from the `Object` class."]]],[]]