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."],[[["The latest version of the `CalculateCoverageRequest` class is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package."],["This class is used to make coverage calculation requests for TestCases within the Dialogflow CX API, supporting version 2.0.0. and above."],["The `CalculateCoverageRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default one and one that takes another `CalculateCoverageRequest` object as a parameter for copying."],["The `CalculateCoverageRequest` class includes properties for the `Agent` and `Type` of coverage, along with an `AgentAsAgentName` typed view for the agent resource name."]]],[]]