Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage

Coverage result message for one transition route group.

Inheritance
object
GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage
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 GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage : IDirectResponseSchema

Properties

CoverageScore

The percent of transition routes in the transition route group that are covered.

Declaration
[JsonProperty("coverageScore")]
public virtual float? CoverageScore { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

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

RouteGroup

Transition route group metadata. Only name and displayName will be set.

Declaration
[JsonProperty("routeGroup")]
public virtual GoogleCloudDialogflowCxV3TransitionRouteGroup RouteGroup { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3TransitionRouteGroup

Transitions

The list of transition routes and coverage in the transition route group.

Declaration
[JsonProperty("transitions")]
public virtual IList<GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition> Transitions { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX