class Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationCallMetadata

Call-specific metadata.

Attributes

agent_channel[RW]

The audio channel that contains the agent. Corresponds to the JSON property `agentChannel` @return [Fixnum]

customer_channel[RW]

The audio channel that contains the customer. Corresponds to the JSON property `customerChannel` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 604
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 609
def update!(**args)
  @agent_channel = args[:agent_channel] if args.key?(:agent_channel)
  @customer_channel = args[:customer_channel] if args.key?(:customer_channel)
end