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."],[[["The webpage provides documentation for the `CalculateCoverageResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and functionality in the context of Dialogflow CX."],["It lists various versions of the `CalculateCoverageResponse` class, ranging from version 1.0.0 up to the latest, 2.23.0, allowing users to access documentation for specific releases."],["The `CalculateCoverageResponse` class is designed to return coverage calculation results and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data operations."],["Key properties of `CalculateCoverageResponse` include `Agent`, `AgentAsAgentName`, `CoverageTypeCase`, `IntentCoverage`, `RouteGroupCoverage`, and `TransitionCoverage`, each providing specific information about the calculated coverage for an agent."],["The class is used to calculate the coverage of an agent using TestCases, which in turn can include Intents, Route groups and Transitions."]]],[]]