GoogleCloudDialogflowV2QueryParameters constructor

GoogleCloudDialogflowV2QueryParameters({
  1. List<GoogleCloudDialogflowV2Context>? contexts,
  2. GoogleTypeLatLng? geoLocation,
  3. Map<String, Object?>? payload,
  4. String? platform,
  5. bool? resetContexts,
  6. GoogleCloudDialogflowV2SentimentAnalysisRequestConfig? sentimentAnalysisRequestConfig,
  7. List<GoogleCloudDialogflowV2SessionEntityType>? sessionEntityTypes,
  8. String? timeZone,
  9. Map<String, String>? webhookHeaders,
})

Implementation

GoogleCloudDialogflowV2QueryParameters({
  this.contexts,
  this.geoLocation,
  this.payload,
  this.platform,
  this.resetContexts,
  this.sentimentAnalysisRequestConfig,
  this.sessionEntityTypes,
  this.timeZone,
  this.webhookHeaders,
});