Class GoogleCloudDialogflowCxV3beta1CalculateCoverageResponse
Inheritance
GoogleCloudDialogflowCxV3beta1CalculateCoverageResponse
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1CalculateCoverageResponse : 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 GoogleCloudDialogflowCxV3beta1IntentCoverage IntentCoverage { get; set; }
Property Value
RouteGroupCoverage
Declaration
[JsonProperty("routeGroupCoverage")]
public virtual GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverage RouteGroupCoverage { get; set; }
Property Value
TransitionCoverage
Declaration
[JsonProperty("transitionCoverage")]
public virtual GoogleCloudDialogflowCxV3beta1TransitionCoverage TransitionCoverage { get; set; }
Property Value
Implements