GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata constructor

GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata({
  1. String? agentDeploymentDisplayName,
  2. String? agentDeploymentId,
  3. String? agentDisplayName,
  4. String? agentId,
  5. String? agentTeam,
  6. String? agentVersionDisplayName,
  7. String? agentVersionId,
})

Implementation

GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata({
  this.agentDeploymentDisplayName,
  this.agentDeploymentId,
  this.agentDisplayName,
  this.agentId,
  this.agentTeam,
  this.agentVersionDisplayName,
  this.agentVersionId,
});