GoogleCloudContactcenterinsightsV1IssueModel constructor

GoogleCloudContactcenterinsightsV1IssueModel({
  1. String? createTime,
  2. String? displayName,
  3. GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig? inputDataConfig,
  4. String? issueCount,
  5. String? languageCode,
  6. String? modelType,
  7. String? name,
  8. String? state,
  9. GoogleCloudContactcenterinsightsV1IssueModelLabelStats? trainingStats,
  10. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1IssueModel({
  this.createTime,
  this.displayName,
  this.inputDataConfig,
  this.issueCount,
  this.languageCode,
  this.modelType,
  this.name,
  this.state,
  this.trainingStats,
  this.updateTime,
});