public sealed class TransitionCoverage : IMessage<TransitionCoverage>, IEquatable<TransitionCoverage>, IDeepCloneable<TransitionCoverage>, IBufferMessage, IMessage
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-03-21 UTC."],[[["The page provides documentation for the `TransitionCoverage` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is part of the Google Cloud Dialogflow CX .NET library."],["This `TransitionCoverage` class represents the percentage of possible page transitions, including page-level transition routes and event handlers, that are covered within a parent's test cases."],["The page lists available versions of the Dialogflow CX library, from the latest version 2.23.0 down to version 1.0.0, with each linking to its respective documentation."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `Object` class, inheriting its basic functionalities."],["Key properties of the `TransitionCoverage` class include `CoverageScore`, which indicates the percentage of transitions covered, and `Transitions`, a list of `TransitionCoverage.Types.Transition` objects that detail the specific transitions within the agent."]]],[]]