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 details the `CalculateCoverageRequest` class, which is used to request coverage calculations for Dialogflow CX test cases and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace within the .NET library."],["The latest version of the `CalculateCoverageRequest` class is 2.23.0, and the page provides documentation for multiple prior versions, from 2.22.0 back to 1.0.0."],["The `CalculateCoverageRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CalculateCoverageRequest` class include `Agent` (specifying the agent to calculate coverage for), `AgentAsAgentName` (a typed view over the agent resource name), and `Type` (defining the type of coverage requested)."],["The class also has two constructors: a default constructor `CalculateCoverageRequest()` and a copy constructor `CalculateCoverageRequest(CalculateCoverageRequest other)`, allowing the creation of new `CalculateCoverageRequest` objects."]]],[]]