View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo (google_api_contact_center_insights v0.10.1)

Information about an agent involved in the conversation.

Attributes

  • agentId (type: String.t, default: nil) - A user-specified string representing the agent.
  • displayName (type: String.t, default: nil) - The agent's name.
  • dispositionCode (type: String.t, default: nil) - A user-provided string indicating the outcome of the agent's segment of the call.
  • team (type: String.t, default: nil) - 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.GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo{
    agentId: String.t() | nil,
    displayName: String.t() | nil,
    dispositionCode: String.t() | nil,
    team: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.