Class GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage
Transition route group coverage represents the percentage of all possible transition routes present within any of a parent's test cases. The results are grouped by the transition route group.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage : IDirectResponseSchema
Properties
CoverageScore
The percent of transition routes in all the transition route groups that are covered.
Declaration
[JsonProperty("coverageScore")]
public virtual float? CoverageScore { get; set; }
Property Value
Type | Description |
---|---|
float? |
Coverages
Transition route group coverages.
Declaration
[JsonProperty("coverages")]
public virtual IList<GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage> Coverages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |