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 documents the `CalculateCoverageRequest` class, which is used to request test case coverage calculations in Google Cloud Dialogflow CX."],["The class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is available in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["It provides properties to specify the target agent and the type of coverage to be calculated, using `Agent` (string) and `Type` (CoverageType enum) respectively, with an additional agent viewable as an AgentName using `AgentAsAgentName`."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The page also lists the different versions available for the `CalculateCoverageRequest` class, ranging from the latest 2.23.0 down to 1.0.0."]]],[]]