Class GoogleCloudDialogflowCxV3IntentCoverageIntent
Inheritance
GoogleCloudDialogflowCxV3IntentCoverageIntent
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3IntentCoverageIntent : IDirectResponseSchema
Properties
Covered
Declaration
[JsonProperty("covered")]
public virtual bool? Covered { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Intent
Declaration
[JsonProperty("intent")]
public virtual string Intent { get; set; }
Property Value
Implements