public sealed class TransitionRouteGroupCoverage.Types.Coverage.Types.Transition : IMessage<TransitionRouteGroupCoverage.Types.Coverage.Types.Transition>, IEquatable<TransitionRouteGroupCoverage.Types.Coverage.Types.Transition>, IDeepCloneable<TransitionRouteGroupCoverage.Types.Coverage.Types.Transition>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class TransitionRouteGroupCoverage.Types.Coverage.Types.Transition.
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 reference documentation for the `TransitionRouteGroupCoverage.Types.Coverage.Types.Transition` class within the Dialogflow v3 API, specifically in the .NET environment."],["The latest version available in the documentation is `2.23.0`, with numerous earlier versions listed, back to version `1.0.0` for the `TransitionRouteGroupCoverage.Types.Coverage.Types.Transition` class."],["The `TransitionRouteGroupCoverage.Types.Coverage.Types.Transition` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and represents a transition coverage in a transition route group, implementing various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Transition` class has two main properties: `Covered`, which is a boolean indicating if the transition route is covered by agent test cases, and `TransitionRoute`, representing either an intent route or a condition route."],["The available constructor documentation shows you can create a new `Transition` object or create a new instance by passing in an existing `TransitionRouteGroupCoverage.Types.Coverage.Types.Transition` object."]]],[]]