public sealed class TransitionCoverage : IMessage<TransitionCoverage>, IEquatable<TransitionCoverage>, IDeepCloneable<TransitionCoverage>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class TransitionCoverage.
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 webpage provides documentation for the `TransitionCoverage` class within the Google Cloud Dialogflow CX v3 API for .NET, with the current version being 2.13.0."],["The `TransitionCoverage` class represents the percentage of page transitions covered by test cases and offers properties such as `CoverageScore` to show this percentage and `Transitions` to list all agent transitions."],["The provided content also links to documentation for 36 versions of this API, ranging from version 1.0.0 to 2.23.0, which is the latest version."],["The `TransitionCoverage` class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the .NET object class."],["The documentation includes details on the class's constructors, as well as its properties, including the data type and a brief description of what is contained."]]],[]]