Class GoogleCloudDialogflowCxV3CalculateCoverageResponse
The response message for TestCases.CalculateCoverage.
Implements
Inherited Members
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 |