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 accessible through their own link."],["The `Transition` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `Transition` class offers two constructors, a default constructor and one that takes another `Transition` object as a parameter, and it offers two properties: `Covered`, which indicates if a transition route is covered by test cases, and `TransitionRoute`, which references an intent or condition route."]]],[]]