Class GoogleCloudDialogflowCxV3beta1QueryParameters
Inheritance
GoogleCloudDialogflowCxV3beta1QueryParameters
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1QueryParameters : IDirectResponseSchema
Properties
AnalyzeQueryTextSentiment
Declaration
[JsonProperty("analyzeQueryTextSentiment")]
public virtual bool? AnalyzeQueryTextSentiment { get; set; }
Property Value
Channel
Declaration
[JsonProperty("channel")]
public virtual string Channel { get; set; }
Property Value
CurrentPage
Declaration
[JsonProperty("currentPage")]
public virtual string CurrentPage { get; set; }
Property Value
CurrentPlaybook
Declaration
[JsonProperty("currentPlaybook")]
public virtual string CurrentPlaybook { get; set; }
Property Value
DisableWebhook
Declaration
[JsonProperty("disableWebhook")]
public virtual bool? DisableWebhook { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("endUserMetadata")]
public virtual IDictionary<string, object> EndUserMetadata { get; set; }
Property Value
FlowVersions
Declaration
[JsonProperty("flowVersions")]
public virtual IList<string> FlowVersions { get; set; }
Property Value
GeoLocation
Declaration
[JsonProperty("geoLocation")]
public virtual GoogleTypeLatLng GeoLocation { get; set; }
Property Value
LlmModelSettings
Declaration
[JsonProperty("llmModelSettings")]
public virtual GoogleCloudDialogflowCxV3beta1LlmModelSettings LlmModelSettings { get; set; }
Property Value
ParameterScope
Declaration
[JsonProperty("parameterScope")]
public virtual string ParameterScope { get; set; }
Property Value
Parameters
Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, object> Parameters { get; set; }
Property Value
Payload
Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
PopulateDataStoreConnectionSignals
Declaration
[JsonProperty("populateDataStoreConnectionSignals")]
public virtual bool? PopulateDataStoreConnectionSignals { get; set; }
Property Value
SearchConfig
Declaration
[JsonProperty("searchConfig")]
public virtual GoogleCloudDialogflowCxV3beta1SearchConfig SearchConfig { get; set; }
Property Value
SessionEntityTypes
Declaration
[JsonProperty("sessionEntityTypes")]
public virtual IList<GoogleCloudDialogflowCxV3beta1SessionEntityType> SessionEntityTypes { get; set; }
Property Value
SessionTtl
Declaration
[JsonProperty("sessionTtl")]
public virtual object SessionTtl { get; set; }
Property Value
TimeZone
Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Declaration
[JsonProperty("webhookHeaders")]
public virtual IDictionary<string, string> WebhookHeaders { get; set; }
Property Value
Implements