View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ConversationCallMetadata (google_api_contact_center_insights v0.6.0)

Call-specific metadata.

Attributes

  • agentChannel (type: integer(), default: nil) - The audio channel that contains the agent.
  • customerChannel (type: integer(), default: nil) - The audio channel that contains the customer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ConversationCallMetadata{
    agentChannel: integer() | nil,
    customerChannel: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.