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 `TransitionCoverage` class represents the percentage of possible page transitions covered by test cases within the Google Cloud Dialogflow CX V3 API, implemented in .NET."],["The latest version of the API documentation is `2.23.0`, with a wide range of versions documented from `1.0.0` up to the latest, all pertaining to the TransitionCoverage class."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for use in various scenarios within the .NET environment."],["The class includes two properties: `CoverageScore`, a float representing the percentage of covered transitions, and `Transitions`, a list of `TransitionCoverage.Types.Transition` that are present in the agent."],["The `TransitionCoverage` class contains two constructors, a parameterless one and one that accepts another instance of `TransitionCoverage` as a parameter."]]],[]]