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 page provides a comprehensive list of versions for `TransitionRouteGroupCoverage.Types.Coverage.Types.Transition`, ranging from version 1.0.0 to the latest version 2.23.0, within the Google.Cloud.Dialogflow.Cx.V3 namespace."],["The `Transition` class is detailed as a sealed class, implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, representing a transition coverage within a transition route group."],["The `Transition` class has properties such as `Covered`, which indicates if the transition route is covered by at least one of the agent's test cases, and `TransitionRoute`, representing the intent or condition route."],["The `Transition` class has 2 constructors, one default and one that takes in the parameter of type `TransitionRouteGroupCoverage.Types.Coverage.Types.Transition` as `other`."]]],[]]