GoogleCloudContactcenterinsightsV1IssueAssignment constructor

GoogleCloudContactcenterinsightsV1IssueAssignment({
  1. String? displayName,
  2. String? issue,
  3. double? score,
})

Implementation

GoogleCloudContactcenterinsightsV1IssueAssignment({
  this.displayName,
  this.issue,
  this.score,
});