Class GoogleCloudDialogflowCxV3MatchIntentRequest
Inheritance
GoogleCloudDialogflowCxV3MatchIntentRequest
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3MatchIntentRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
PersistParameterChanges
Declaration
[JsonProperty("persistParameterChanges")]
public virtual bool? PersistParameterChanges { get; set; }
Property Value
Declaration
[JsonProperty("queryInput")]
public virtual GoogleCloudDialogflowCxV3QueryInput QueryInput { get; set; }
Property Value
QueryParams
Declaration
[JsonProperty("queryParams")]
public virtual GoogleCloudDialogflowCxV3QueryParameters QueryParams { get; set; }
Property Value
Implements