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