GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata.fromJson constructor

GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata.fromJson(
  core.Map json_,
) : this(
      agentDeploymentDisplayName:
          json_['agentDeploymentDisplayName'] as core.String?,
      agentDeploymentId: json_['agentDeploymentId'] as core.String?,
      agentDisplayName: json_['agentDisplayName'] as core.String?,
      agentId: json_['agentId'] as core.String?,
      agentTeam: json_['agentTeam'] as core.String?,
      agentVersionDisplayName:
          json_['agentVersionDisplayName'] as core.String?,
      agentVersionId: json_['agentVersionId'] as core.String?,
    );