View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata (google_api_contact_center_insights v0.12.0)

Metadata about the agent dimension.

Attributes

  • agentDisplayName (type: String.t, default: nil) - Optional. The agent's name
  • agentId (type: String.t, default: nil) - Optional. A user-specified string representing the agent.
  • agentTeam (type: String.t, default: nil) - Optional. A user-specified string representing the agent's team.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata{
    agentDisplayName: String.t() | nil,
    agentId: String.t() | nil,
    agentTeam: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.