Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3CalculateCoverageResponse

The response message for TestCases.CalculateCoverage.

Inheritance
object
GoogleCloudDialogflowCxV3CalculateCoverageResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3CalculateCoverageResponse : IDirectResponseSchema

Properties

Agent

The agent to calculate coverage for. Format: projects//locations//agents/.

Declaration
[JsonProperty("agent")]
public virtual string Agent { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IntentCoverage

Intent coverage.

Declaration
[JsonProperty("intentCoverage")]
public virtual GoogleCloudDialogflowCxV3IntentCoverage IntentCoverage { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3IntentCoverage

RouteGroupCoverage

Transition route group coverage.

Declaration
[JsonProperty("routeGroupCoverage")]
public virtual GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage RouteGroupCoverage { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage

TransitionCoverage

Transition (excluding transition route groups) coverage.

Declaration
[JsonProperty("transitionCoverage")]
public virtual GoogleCloudDialogflowCxV3TransitionCoverage TransitionCoverage { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3TransitionCoverage

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX