public sealed class CalculateCoverageRequest : IMessage<CalculateCoverageRequest>, IEquatable<CalculateCoverageRequest>, IDeepCloneable<CalculateCoverageRequest>, IBufferMessage, IMessage
The request 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 documents the `CalculateCoverageRequest` class, which is used to request test coverage calculations in the Google Cloud Dialogflow CX V3 API."],["The class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is found within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["It inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting message operations and object comparison."],["The class has two constructors and three main properties: `Agent` (string), `AgentAsAgentName` (AgentName type), and `Type` (CoverageType), allowing you to set the target agent and specify the type of coverage to calculate."],["A list of historical versions for the `CalculateCoverageRequest` class are listed here, with version 2.23.0 being the latest release, and version 2.1.0 being the currently viewed version."]]],[]]