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."],[[["This page 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 available under version 2.23.0, while the page also provides links to access documentation for 36 previous versions, starting from 2.22.0 and going down to 1.0.0."],["The `CalculateCoverageRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CalculateCoverageRequest` class include `Agent`, which specifies the agent to calculate coverage for, and `Type`, which indicates the type of coverage being requested."],["There are also two constructors for `CalculateCoverageRequest`, one default and one which will take in another instance of `CalculateCoverageRequest`."]]],[]]