Class GoogleCloudDialogflowCxV3beta1MatchIntentRequest
Inheritance
GoogleCloudDialogflowCxV3beta1MatchIntentRequest
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1MatchIntentRequest : 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 GoogleCloudDialogflowCxV3beta1QueryInput QueryInput { get; set; }
Property Value
QueryParams
Declaration
[JsonProperty("queryParams")]
public virtual GoogleCloudDialogflowCxV3beta1QueryParameters QueryParams { get; set; }
Property Value
Implements