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 provides documentation for the `TransitionCoverage` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET environment, outlining its role in representing the percentage of page transitions in a Dialogflow CX agent's test cases."],["The latest version of the `Google.Cloud.Dialogflow.Cx.V3` package available is version 2.23.0, with a list of historical versions available dating back to version 1.0.0."],["The `TransitionCoverage` class, which inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, is defined within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The class includes properties such as `CoverageScore`, which represents the percentage of covered transitions, and `Transitions`, a list of transitions within the agent, and is constructible with zero or one arguments."],["The page references numerous older versions of the API, allowing users to reference the specific version of the API they require."]]],[]]