public sealed class CalculateCoverageResponse : IMessage<CalculateCoverageResponse>, IEquatable<CalculateCoverageResponse>, IDeepCloneable<CalculateCoverageResponse>, IBufferMessage, IMessage
The response message for [TestCases.CalculateCoverage][google.cloud.dialogflow.cx.v3.TestCases.CalculateCoverage].
[[["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 document outlines the `CalculateCoverageResponse` class, which is used as the response message for calculating test case coverage in Google Cloud Dialogflow CX."],["The latest version of this class is 2.23.0, but it is also available in several prior versions, including versions 2.0.0 and up to 1.0.0."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties within the `CalculateCoverageResponse` class include `Agent`, `IntentCoverage`, `RouteGroupCoverage`, and `TransitionCoverage`, which are used to provide information on coverage calculation for various agent components."],["The class provides options to get coverage based on `Intent`, `RouteGroup`, and `Transition`, all of which have their own coverage properties."]]],[]]