public sealed class CalculateCoverageRequest : IMessage<CalculateCoverageRequest>, IEquatable<CalculateCoverageRequest>, IDeepCloneable<CalculateCoverageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CalculateCoverageRequest.
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 document provides reference information for the `CalculateCoverageRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, with the latest version being 2.23.0 and going down to version 1.0.0."],["The `CalculateCoverageRequest` class is part of the Dialogflow v3 API and is used to calculate the test case coverage for a given agent."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for creating new instances, either empty or from another instance."],["Key properties of the `CalculateCoverageRequest` class include `Agent` (the agent name for which coverage is calculated), `AgentAsAgentName` (an `AgentName`-typed view of the agent resource name), and `Type` (the type of coverage being requested)."],["The `CalculateCoverageRequest` class has a number of versions that range from 2.23.0, the latest version, all the way down to version 1.0.0, which may offer different features and functionality."]]],[]]