Class GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverage
Inheritance
GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverage
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverage : IDirectResponseSchema
Properties
CoverageScore
Declaration
[JsonProperty("coverageScore")]
public virtual float? CoverageScore { get; set; }
Property Value
Coverages
Declaration
[JsonProperty("coverages")]
public virtual IList<GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverage> Coverages { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements