GoogleCloudDialogflowV2QueryParameters constructor
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,
Implementation
GoogleCloudDialogflowV2QueryParameters({
this.contexts,
this.geoLocation,
this.payload,
this.platform,
this.resetContexts,
this.sentimentAnalysisRequestConfig,
this.sessionEntityTypes,
this.timeZone,
this.webhookHeaders,
});