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, covering versions from 1.0.0 up to the latest version 2.23.0."],["The `CalculateCoverageRequest` class is used to request the calculation of coverage in the Dialogflow v3 API, as it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CalculateCoverageRequest` class include `Agent`, which specifies the agent to calculate coverage for using a formatted string, `AgentAsAgentName`, and `Type` which specifies the required type of coverage requested."],["The document outlines the constructors for creating instances of `CalculateCoverageRequest`, including a default constructor and one that takes another `CalculateCoverageRequest` object as a parameter for cloning."],["The document also outlines the inherited members, such as `object.GetHashCode()` and `object.GetType()`, along with the implemented interfaces, such as `IMessage` and `IEquatable`."]]],[]]