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 webpage details the `CalculateCoverageResponse` class, which is used as the response message for `TestCases.CalculateCoverage` in Google Cloud Dialogflow CX V3."],["The page provides version-specific documentation, with the latest being version 2.23.0, as well as 35 other prior version numbers down to 1.0.0."],["`CalculateCoverageResponse` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various methods and functionalities."],["The class includes properties such as `Agent`, `AgentAsAgentName`, `CoverageTypeCase`, `IntentCoverage`, `RouteGroupCoverage`, and `TransitionCoverage` to store information about coverage calculations."],["It also includes two constructors, one being default and the other for creating a new instance based off another `CalculateCoverageResponse` instance."]]],[]]