GoogleCloudContactcenterinsightsV1GenerativeInsights constructor

GoogleCloudContactcenterinsightsV1GenerativeInsights({
  1. GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint? chartCheckpoint,
  2. List<GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation>? chartConversations,
  3. Map<String, Object?>? chartSpec,
  4. Map<String, Object?>? request,
  5. String? sqlComparisonKey,
  6. String? sqlQuery,
})

Implementation

GoogleCloudContactcenterinsightsV1GenerativeInsights({
  this.chartCheckpoint,
  this.chartConversations,
  this.chartSpec,
  this.request,
  this.sqlComparisonKey,
  this.sqlQuery,
});