GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint constructor

GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint({
  1. String? revisionId,
  2. String? sessionId,
})

Implementation

GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint({
  this.revisionId,
  this.sessionId,
});