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 test case coverage calculations in Google Cloud Dialogflow CX."],["The `CalculateCoverageRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its compatibility with the .NET Protobuf library."],["There are multiple versions available, including 2.23.0, which is the latest version of the `CalculateCoverageRequest` class, and many other versions back to 1.0.0."],["The class has two constructors, a parameterless constructor and one that takes another `CalculateCoverageRequest` object, and has three important properties, `Agent`, `AgentAsAgentName`, and `Type` that can be set to customize the request."],["The `CalculateCoverageRequest` class contains the properties `Agent` which specifies the target agent for coverage, `AgentAsAgentName` for a typed view of the agent name, and `Type` to set the desired coverage type."]]],[]]