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."],[[["The webpage provides documentation for the `Transition` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically relating to transition coverage in a transition route group."],["The latest documented version for the `Transition` class is 2.23.0, with historical versions available ranging from 1.0.0 to 2.22.0, each providing access to different versions of the `Transition` class."],["The `Transition` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities such as message handling, equality comparison, deep cloning, and buffered message support."],["The class offers two constructors: a default constructor `Transition()` and a constructor `Transition(TransitionRouteGroupCoverage.Types.Coverage.Types.Transition)` that accepts an existing `Transition` object as a parameter to set up a new instance."],["Key properties of the `Transition` class include `Covered`, a boolean indicating if a transition route is covered by test cases, and `TransitionRoute`, representing either an intent route or a condition route."]]],[]]