GoogleCloudContactcenterinsightsV1Issue constructor

GoogleCloudContactcenterinsightsV1Issue({
  1. String? createTime,
  2. String? displayName,
  3. String? name,
  4. List<String>? sampleUtterances,
  5. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1Issue({
  this.createTime,
  this.displayName,
  this.name,
  this.sampleUtterances,
  this.updateTime,
});