Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3QueryParameters

Inheritance
object
GoogleCloudDialogflowCxV3QueryParameters
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3QueryParameters : IDirectResponseSchema

Properties

AnalyzeQueryTextSentiment

Declaration
[JsonProperty("analyzeQueryTextSentiment")]
public virtual bool? AnalyzeQueryTextSentiment { get; set; }
Property Value
Type Description
bool?

Channel

Declaration
[JsonProperty("channel")]
public virtual string Channel { get; set; }
Property Value
Type Description
string

CurrentPage

Declaration
[JsonProperty("currentPage")]
public virtual string CurrentPage { get; set; }
Property Value
Type Description
string

CurrentPlaybook

Declaration
[JsonProperty("currentPlaybook")]
public virtual string CurrentPlaybook { get; set; }
Property Value
Type Description
string

DisableWebhook

Declaration
[JsonProperty("disableWebhook")]
public virtual bool? DisableWebhook { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndUserMetadata

Declaration
[JsonProperty("endUserMetadata")]
public virtual IDictionary<string, object> EndUserMetadata { get; set; }
Property Value
Type Description
IDictionary<string, object>

FlowVersions

Declaration
[JsonProperty("flowVersions")]
public virtual IList<string> FlowVersions { get; set; }
Property Value
Type Description
IList<string>

GeoLocation

Declaration
[JsonProperty("geoLocation")]
public virtual GoogleTypeLatLng GeoLocation { get; set; }
Property Value
Type Description
GoogleTypeLatLng

LlmModelSettings

Declaration
[JsonProperty("llmModelSettings")]
public virtual GoogleCloudDialogflowCxV3LlmModelSettings LlmModelSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3LlmModelSettings

ParameterScope

Declaration
[JsonProperty("parameterScope")]
public virtual string ParameterScope { get; set; }
Property Value
Type Description
string

Parameters

Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, object> Parameters { get; set; }
Property Value
Type Description
IDictionary<string, object>

Payload

Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
Type Description
IDictionary<string, object>

PopulateDataStoreConnectionSignals

Declaration
[JsonProperty("populateDataStoreConnectionSignals")]
public virtual bool? PopulateDataStoreConnectionSignals { get; set; }
Property Value
Type Description
bool?

SearchConfig

Declaration
[JsonProperty("searchConfig")]
public virtual GoogleCloudDialogflowCxV3SearchConfig SearchConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3SearchConfig

SessionEntityTypes

Declaration
[JsonProperty("sessionEntityTypes")]
public virtual IList<GoogleCloudDialogflowCxV3SessionEntityType> SessionEntityTypes { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3SessionEntityType>

SessionTtl

Declaration
[JsonProperty("sessionTtl")]
public virtual object SessionTtl { get; set; }
Property Value
Type Description
object

TimeZone

Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Type Description
string

WebhookHeaders

Declaration
[JsonProperty("webhookHeaders")]
public virtual IDictionary<string, string> WebhookHeaders { get; set; }
Property Value
Type Description
IDictionary<string, string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX