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 documentation for the `CalculateCoverageRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET version 2.9.0."],["The `CalculateCoverageRequest` class is used to request coverage calculations for test cases, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Agent`, which specifies the target agent for coverage calculation, and `Type`, which defines the specific type of coverage being requested."],["The document outlines the constructors available for the `CalculateCoverageRequest` class, which are a default constructor and a constructor that accepts another `CalculateCoverageRequest` object as a parameter."],["The latest version of the documentation is for version 2.23.0, and the document also covers versions down to 1.0.0."]]],[]]