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 provides documentation for the `Transition` class, which is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and represents a transition coverage in a transition route group."],["The documentation covers multiple versions of the `Transition` class, ranging from version 1.0.0 to the latest 2.23.0, each version linking to the specific documentation of that version."],["The `Transition` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that accepts another `Transition` object, allowing the creation of a transition or a copy of an existing transition."],["The class contains two main properties: `Covered`, a boolean indicating whether the transition route is covered, and `TransitionRoute`, representing the actual intent or condition route."]]],[]]