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."],[[["This page details the `TransitionCoverage` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which represents the percentage of covered page transitions in a Dialogflow CX agent's test cases."],["The latest version of the `TransitionCoverage` class can be found under version 2.23.0, while the page also provides documentation for previous versions ranging from 1.0.0 to 2.22.0, allowing for comparisons across different updates."],["The `TransitionCoverage` class inherits from the `Object` class and implements several interfaces including `IMessage\u003cTransitionCoverage\u003e`, `IEquatable\u003cTransitionCoverage\u003e`, `IDeepCloneable\u003cTransitionCoverage\u003e`, `IBufferMessage`, and `IMessage`."],["`TransitionCoverage` has properties such as `CoverageScore`, which is a float representing the percentage of transitions covered, and `Transitions`, a list of transition details."],["The class also has a default constructor and one that accepts another `TransitionCoverage` object as a parameter."]]],[]]