public sealed class TransitionCoverage : IMessage<TransitionCoverage>, IEquatable<TransitionCoverage>, IDeepCloneable<TransitionCoverage>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class TransitionCoverage.
Transition coverage represents the percentage of all possible page
transitions (page-level transition routes and event handlers, excluding
transition route groups) present within any of a parent's test cases.
[[["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-04-09 UTC."],[[["This document provides reference information for the `TransitionCoverage` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, specifically version 2.21.0, which is part of the Dialogflow v3 API."],["`TransitionCoverage` represents the percentage of all possible page transitions covered by test cases in the Dialogflow agent, excluding transition route groups."],["The class includes properties such as `CoverageScore`, which indicates the percentage of transitions covered, and `Transitions`, a list of `Transition` objects present in the agent."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the `object` class."],["The documentation available, spans from versions 1.0.0 to 2.23.0, detailing the class across these different versions."]]],[]]