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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `CalculateCoverageRequest` class is used to request coverage calculations for Dialogflow CX test cases, as indicated by its usage in the `TestCases.CalculateCoverage` method."],["This class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is included in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protocol Buffers and providing functionalities like deep cloning and equality checks."],["The `CalculateCoverageRequest` class includes properties to specify the agent for which coverage is calculated (`Agent`, `AgentAsAgentName`) and the type of coverage requested (`Type`)."],["Multiple versions of the `CalculateCoverageRequest` class are available, with version 2.23.0 being the latest and other versions ranging from 1.0.0 to 2.22.0, offering backwards compatibility."]]],[]]