Class GoogleCloudDialogflowCxV3IntentParameter
Inheritance
GoogleCloudDialogflowCxV3IntentParameter
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3IntentParameter : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EntityType
Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
Id
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
IsList
Declaration
[JsonProperty("isList")]
public virtual bool? IsList { get; set; }
Property Value
Redact
Declaration
[JsonProperty("redact")]
public virtual bool? Redact { get; set; }
Property Value
Implements