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 page provides reference documentation for the `CalculateCoverageRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, with the latest version being 2.23.0 and version 2.3.0 being the current subject."],["`CalculateCoverageRequest` is a message type used in the Dialogflow v3 API, specifically for calculating coverage as part of the TestCases functionality."],["The `CalculateCoverageRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with various older versions of this class being documented."],["Key properties of `CalculateCoverageRequest` include `Agent`, a string representing the agent's resource name, `AgentAsAgentName` for a typed view of the agent name, and `Type` indicating the specific coverage type being requested."],["The documentation covers both the usage of this class, the constructors, and inherited members from the object class, making it a well-rounded document of the class for the user."]]],[]]