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 content provides a comprehensive list of versions for `CalculateCoverageResponse`, ranging from version 2.23.0 (latest) down to 1.0.0, allowing developers to access documentation for various iterations of the class."],["`CalculateCoverageResponse` is a class designed to handle the response messages for TestCases.CalculateCoverage, as part of the Google.Cloud.Dialogflow.Cx.V3 namespace."],["The `CalculateCoverageResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality such as message handling, equality checks, deep cloning, and buffer message interactions."],["Key properties within the `CalculateCoverageResponse` class include `Agent` (the agent's resource name), `AgentAsAgentName` (a typed view of the agent resource), and coverage-related properties such as `IntentCoverage`, `RouteGroupCoverage`, and `TransitionCoverage`."],["The `CoverageTypeCase` property allows one to discern which specific type of coverage the message is carrying, such as `IntentCoverage`, `RouteGroupCoverage`, or `TransitionCoverage`, with possible more to be determined."]]],[]]