GoogleCloudDialogflowCxV3QueryParameters constructor

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

Implementation

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