GoogleCloudContactcenterinsightsV1Analysis constructor

GoogleCloudContactcenterinsightsV1Analysis({
  1. GoogleCloudContactcenterinsightsV1AnalysisResult? analysisResult,
  2. GoogleCloudContactcenterinsightsV1AnnotatorSelector? annotatorSelector,
  3. String? createTime,
  4. String? name,
  5. String? requestTime,
})

Implementation

GoogleCloudContactcenterinsightsV1Analysis({
  this.analysisResult,
  this.annotatorSelector,
  this.createTime,
  this.name,
  this.requestTime,
});