GoogleCloudDialogflowCxV3QueryParameters constructor
GoogleCloudDialogflowCxV3QueryParameters({
- bool? analyzeQueryTextSentiment,
- String? channel,
- String? currentPage,
- bool? disableWebhook,
- Map<
String, Object?> ? endUserMetadata, - List<
String> ? flowVersions, - GoogleTypeLatLng? geoLocation,
- Map<
String, Object?> ? parameters, - Map<
String, Object?> ? payload, - bool? populateDataStoreConnectionSignals,
- GoogleCloudDialogflowCxV3SearchConfig? searchConfig,
- List<
GoogleCloudDialogflowCxV3SessionEntityType> ? sessionEntityTypes, - String? sessionTtl,
- String? timeZone,
- 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.populateDataStoreConnectionSignals,
this.searchConfig,
this.sessionEntityTypes,
this.sessionTtl,
this.timeZone,
this.webhookHeaders,
});