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 latest version available for `Google.Cloud.Dialogflow.Cx.V3.TransitionCoverage` is 2.23.0, with numerous previous versions listed, ranging from 2.22.0 down to 1.0.0."],["`TransitionCoverage` is a class that represents the percentage of all possible page transitions within a parent's test cases, excluding transition route groups."],["The `TransitionCoverage` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TransitionCoverage` class provides properties such as `CoverageScore`, which represents the percent of covered transitions, and `Transitions`, which is a list of the transitions present in the agent."],["There are two constructors available for the `TransitionCoverage` class, one being the default constructor, and the second accepting a `TransitionCoverage` object as a parameter."]]],[]]