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 page details the `Transition` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the `TransitionRouteGroupCoverage.Types.Coverage.Types` structure."],["The `Transition` class, which is part of the Google Cloud Dialogflow CX V3 API, represents a coverage transition in a transition route group."],["It includes two key properties: `Covered`, a boolean indicating if the transition route is tested, and `TransitionRoute`, representing the intent or condition route."],["The provided list demonstrates the history and variety of versions available for this feature, with the latest version being 2.23.0, and ranging all the way down to version 1.0.0."],["The `Transition` class implements multiple interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from the `Object` class, giving it a series of built-in functionalities and inherited methods."]]],[]]