Interface protos.google.cloud.dialogflow.v2.IQueryParameters (3.3.0)

Properties of a QueryParameters.

Package

@google-cloud/dialogflow!

Properties

contexts

contexts?: (google.cloud.dialogflow.v2.IContext[]|null);

QueryParameters contexts

Property Value
TypeDescription
(google.cloud.dialogflow.v2.IContext[]|null)

geoLocation

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

QueryParameters geoLocation

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

payload

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

QueryParameters payload

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

resetContexts

resetContexts?: (boolean|null);

QueryParameters resetContexts

Property Value
TypeDescription
(boolean|null)

sentimentAnalysisRequestConfig

sentimentAnalysisRequestConfig?: (google.cloud.dialogflow.v2.ISentimentAnalysisRequestConfig|null);

QueryParameters sentimentAnalysisRequestConfig

Property Value
TypeDescription
(google.cloud.dialogflow.v2.ISentimentAnalysisRequestConfig|null)

sessionEntityTypes

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

QueryParameters sessionEntityTypes

Property Value
TypeDescription
(google.cloud.dialogflow.v2.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)