GoogleCloudDialogflowV2QueryParameters class

Represents the parameters of the conversational query.

Constructors

GoogleCloudDialogflowV2QueryParameters({List<GoogleCloudDialogflowV2Context>? contexts, GoogleTypeLatLng? geoLocation, Map<String, Object?>? payload, String? platform, bool? resetContexts, GoogleCloudDialogflowV2SentimentAnalysisRequestConfig? sentimentAnalysisRequestConfig, List<GoogleCloudDialogflowV2SessionEntityType>? sessionEntityTypes, String? timeZone, Map<String, String>? webhookHeaders})
GoogleCloudDialogflowV2QueryParameters.fromJson(Map json_)

Properties

contexts List<GoogleCloudDialogflowV2Context>?
The collection of contexts to be activated before this query is executed.
getter/setter pair
geoLocation GoogleTypeLatLng?
The geo location of this conversational query.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
payload Map<String, Object?>?
This field can be used to pass custom data to your webhook.
getter/setter pair
platform String?
The platform of the virtual agent response messages.
getter/setter pair
resetContexts bool?
Specifies whether to delete all contexts in the current session before the new ones are activated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentimentAnalysisRequestConfig GoogleCloudDialogflowV2SentimentAnalysisRequestConfig?
Configures the type of sentiment analysis to perform.
getter/setter pair
sessionEntityTypes List<GoogleCloudDialogflowV2SessionEntityType>?
Additional session entity types to replace or extend developer entity types with.
getter/setter pair
timeZone String?
The time zone of this conversational query from the time zone database, e.g., America/New_York, Europe/Paris.
getter/setter pair
webhookHeaders Map<String, String>?
This field can be used to pass HTTP headers for a webhook call.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited