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 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."],["The `CalculateCoverageResponse` class is a response message used by the `TestCases.CalculateCoverage` function and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all available versions of the `CalculateCoverageResponse`, from the latest version, `2.23.0`, down to `1.0.0`, as well as the current version, `1.9.0`, and each version provides links to its respective documentation."],["The `CalculateCoverageResponse` class contains properties such as `Agent`, `AgentAsAgentName`, `CoverageTypeCase`, `IntentCoverage`, `RouteGroupCoverage`, and `TransitionCoverage`, which are used to calculate coverage for an agent within Dialogflow CX."],["Inherited members and constructors for the `CalculateCoverageResponse` are also listed, showing the methods and class constructors available for use."]]],[]]