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."],[[["The page documents the `CalculateCoverageRequest` class, which is used to request test case coverage calculations in Google Cloud Dialogflow CX."],["This `CalculateCoverageRequest` class, found within the `Google.Cloud.Dialogflow.Cx.V3` namespace, is a concrete implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CalculateCoverageRequest` class includes two constructors and three properties: `Agent`, `AgentAsAgentName`, and `Type` to define the parameters of the coverage request."],["The documentation provides links to various versions of the `CalculateCoverageRequest` class, ranging from version 1.0.0 to the latest version 2.23.0."],["The class inherits from `Object` and has several inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]