GoogleCloudContactcenterinsightsV1GenerativeInsightsRequest constructor

GoogleCloudContactcenterinsightsV1GenerativeInsightsRequest({
  1. String? chart,
  2. String? comparisonFilter,
  3. String? filter,
  4. String? naturalLanguageQuery,
  5. String? revisionId,
  6. String? sessionId,
  7. String? sqlComparisonKey,
  8. String? sqlQuery,
  9. Map<String, Object?>? userProvidedChartSpec,
})

Implementation

GoogleCloudContactcenterinsightsV1GenerativeInsightsRequest({
  this.chart,
  this.comparisonFilter,
  this.filter,
  this.naturalLanguageQuery,
  this.revisionId,
  this.sessionId,
  this.sqlComparisonKey,
  this.sqlQuery,
  this.userProvidedChartSpec,
});