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 documents the `CalculateCoverageResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for handling responses in Dialogflow CX test case coverage calculations."],["The class is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly and includes properties such as `Agent`, `IntentCoverage`, `RouteGroupCoverage`, and `TransitionCoverage` to provide details on coverage results."],["The `CalculateCoverageResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for creating new instances."],["The page provides links to various versions of the `CalculateCoverageResponse` class, ranging from the latest version (2.23.0) to older versions, including version 1.0.0, and going up to version 2.23.0, to allow developers to use the correct version."],["It can be used to calculate coverage results based on the properties, such as Agent, Intent Coverage, and Transition Coverage."]]],[]]