Interface protos.google.cloud.dialogflow.cx.v3.IQueryParameters (2.12.1)

Properties of a QueryParameters.

Package

@google-cloud/dialogflow-cx!

Properties

analyzeQueryTextSentiment

analyzeQueryTextSentiment?: (boolean|null);

QueryParameters analyzeQueryTextSentiment

Property Value
TypeDescription
(boolean|null)

currentPage

currentPage?: (string|null);

QueryParameters currentPage

Property Value
TypeDescription
(string|null)

disableWebhook

disableWebhook?: (boolean|null);

QueryParameters disableWebhook

Property Value
TypeDescription
(boolean|null)

geoLocation

geoLocation?: (google.type.ILatLng|null);

QueryParameters geoLocation

Property Value
TypeDescription
(google.type.ILatLng|null)

parameters

parameters?: (google.protobuf.IStruct|null);

QueryParameters parameters

Property Value
TypeDescription
(google.protobuf.IStruct|null)

payload

payload?: (google.protobuf.IStruct|null);

QueryParameters payload

Property Value
TypeDescription
(google.protobuf.IStruct|null)

sessionEntityTypes

sessionEntityTypes?: (google.cloud.dialogflow.cx.v3.ISessionEntityType[]|null);

QueryParameters sessionEntityTypes

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.ISessionEntityType[]|null)

timeZone

timeZone?: (string|null);

QueryParameters timeZone

Property Value
TypeDescription
(string|null)

webhookHeaders

webhookHeaders?: ({ [k: string]: string }|null);

QueryParameters webhookHeaders

Property Value
TypeDescription
({ [k: string]: string }|null)