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, spanning multiple versions."],["`TransitionCoverage` represents the percentage of possible page transitions covered by test cases in Dialogflow CX agents, excluding transition route groups."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` available."],["The `TransitionCoverage` class has two constructors, one parameterless and one that takes another `TransitionCoverage` object as a parameter."],["Key properties of `TransitionCoverage` include `CoverageScore`, representing the percent of transitions covered, and `Transitions`, a list of `TransitionCoverage.Types.Transition` objects."]]],[]]