Class GoogleCloudDialogflowCxV3beta1TransitionCoverage
Transition coverage represents the percentage of all possible page transitions (page-level transition routes and event handlers, excluding transition route groups) present within any of a parent's test cases.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1TransitionCoverage : IDirectResponseSchema
Properties
CoverageScore
The percent of transitions in the agent 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 |
Transitions
The list of Transitions present in the agent.
Declaration
[JsonProperty("transitions")]
public virtual IList<GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition> Transitions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition> |