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 latest version of this class is 2.23.0, but the page lists all versions from 1.0.0 to the latest, for the .NET framework, allowing users to navigate to documentation for specific older versions."],["The `CalculateCoverageRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining its functionality within the .NET environment."],["It includes properties such as `Agent` (string) and `Type` (CoverageType) to specify the target agent and the desired type of coverage calculation, respectively."],["This class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, and its assembly is `Google.Cloud.Dialogflow.Cx.V3.dll`."]]],[]]