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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]