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 document provides comprehensive details on the `Transition` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for version 2.0.0 of the library, but also lists many versions spanning from 1.0.0 to 2.23.0."],["The `Transition` class is a sealed class that represents a transition coverage within a transition route group, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the constructors available for the `Transition` class, including a parameterless constructor and one that accepts another `Transition` object."],["Key properties of the `Transition` class include `Covered`, which is a boolean indicating if a transition route is covered by any test cases, and `TransitionRoute`, which represents the intent or condition route."],["The content lists a history of the versioning of this class, and has the latest version highlighted, helping users understand the available versions."]]],[]]