Class GoogleCloudDialogflowCxV3CalculateCoverageResponse
Inheritance
GoogleCloudDialogflowCxV3CalculateCoverageResponse
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3CalculateCoverageResponse : IDirectResponseSchema
Properties
Agent
Declaration
[JsonProperty("agent")]
public virtual string Agent { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IntentCoverage
Declaration
[JsonProperty("intentCoverage")]
public virtual GoogleCloudDialogflowCxV3IntentCoverage IntentCoverage { get; set; }
Property Value
RouteGroupCoverage
Declaration
[JsonProperty("routeGroupCoverage")]
public virtual GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage RouteGroupCoverage { get; set; }
Property Value
TransitionCoverage
Declaration
[JsonProperty("transitionCoverage")]
public virtual GoogleCloudDialogflowCxV3TransitionCoverage TransitionCoverage { get; set; }
Property Value
Implements