GoogleCloudContactcenterinsightsV1IssueModelResult constructor

GoogleCloudContactcenterinsightsV1IssueModelResult({
  1. String? issueModel,
  2. List<GoogleCloudContactcenterinsightsV1IssueAssignment>? issues,
})

Implementation

GoogleCloudContactcenterinsightsV1IssueModelResult({
  this.issueModel,
  this.issues,
});