GoogleCloudDialogflowCxV3QueryParameters constructor

GoogleCloudDialogflowCxV3QueryParameters({
  1. bool? analyzeQueryTextSentiment,
  2. String? channel,
  3. String? currentPage,
  4. bool? disableWebhook,
  5. Map<String, Object?>? endUserMetadata,
  6. List<String>? flowVersions,
  7. GoogleTypeLatLng? geoLocation,
  8. Map<String, Object?>? parameters,
  9. Map<String, Object?>? payload,
  10. GoogleCloudDialogflowCxV3SearchConfig? searchConfig,
  11. List<GoogleCloudDialogflowCxV3SessionEntityType>? sessionEntityTypes,
  12. String? sessionTtl,
  13. String? timeZone,
  14. Map<String, String>? webhookHeaders,
})

Implementation

GoogleCloudDialogflowCxV3QueryParameters({
  this.analyzeQueryTextSentiment,
  this.channel,
  this.currentPage,
  this.disableWebhook,
  this.endUserMetadata,
  this.flowVersions,
  this.geoLocation,
  this.parameters,
  this.payload,
  this.searchConfig,
  this.sessionEntityTypes,
  this.sessionTtl,
  this.timeZone,
  this.webhookHeaders,
});