Class GoogleCloudDialogflowCxV3IntentCoverage
Inheritance
GoogleCloudDialogflowCxV3IntentCoverage
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3IntentCoverage : 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<GoogleCloudDialogflowCxV3IntentCoverageIntent> Intents { get; set; }
Property Value
Implements