GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo constructor

GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo({
  1. String? agentId,
  2. String? agentType,
  3. String? deploymentDisplayName,
  4. String? deploymentId,
  5. String? displayName,
  6. String? dispositionCode,
  7. String? location,
  8. String? team,
  9. List<String>? teams,
  10. String? versionDisplayName,
  11. String? versionId,
})

Implementation

GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo({
  this.agentId,
  this.agentType,
  this.deploymentDisplayName,
  this.deploymentId,
  this.displayName,
  this.dispositionCode,
  this.location,
  this.team,
  this.teams,
  this.versionDisplayName,
  this.versionId,
});