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 webpage details the `CalculateCoverageRequest` class, which is used to request test case coverage calculations within Google Cloud Dialogflow CX."],["The latest version of this class is 2.23.0, but the page provides access to documentation for versions ranging from 1.0.0 to 2.23.0."],["The `CalculateCoverageRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors and three properties: `Agent` (string), `AgentAsAgentName` (AgentName), and `Type` (CoverageType), each serving specific functions related to requesting coverage calculations."],["The `Agent` property specifies the Dialogflow CX agent for which coverage is being calculated and has a required format of: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e`."]]],[]]