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

Properties of a QueryParameters.

Package

@google-cloud/dialogflow-cx

Properties

analyzeQueryTextSentiment

analyzeQueryTextSentiment?: (boolean|null);

QueryParameters analyzeQueryTextSentiment

channel

channel?: (string|null);

QueryParameters channel

currentPage

currentPage?: (string|null);

QueryParameters currentPage

disableWebhook

disableWebhook?: (boolean|null);

QueryParameters disableWebhook

flowVersions

flowVersions?: (string[]|null);

QueryParameters flowVersions

geoLocation

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

QueryParameters geoLocation

parameters

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

QueryParameters parameters

payload

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

QueryParameters payload

sessionEntityTypes

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

QueryParameters sessionEntityTypes

sessionTtl

sessionTtl?: (google.protobuf.IDuration|null);

QueryParameters sessionTtl

timeZone

timeZone?: (string|null);

QueryParameters timeZone

webhookHeaders

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

QueryParameters webhookHeaders