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 page provides documentation for the `CalculateCoverageRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The `CalculateCoverageRequest` class is used to request test case coverage calculations in the Dialogflow CX API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and another that allows creating a copy from an existing `CalculateCoverageRequest` object, for easy and efficient object duplication."],["Key properties of the `CalculateCoverageRequest` class include `Agent`, a string representing the agent resource name, `AgentAsAgentName` that provides a typed view of the agent resource name, and `Type`, specifying the desired coverage type."],["The documentation details the class's inheritance from `Object` and its inherited methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, along with its specific properties and parameters."]]],[]]