Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationCallMetadata

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

Call-specific metadata.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1ConversationCallMetadata

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1ConversationCallMetadata.



4458
4459
4460
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4458

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#agent_channelFixnum

The audio channel that contains the agent. Corresponds to the JSON property agentChannel

Returns:

  • (Fixnum)


4451
4452
4453
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4451

def agent_channel
  @agent_channel
end

#customer_channelFixnum

The audio channel that contains the customer. Corresponds to the JSON property customerChannel

Returns:

  • (Fixnum)


4456
4457
4458
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4456

def customer_channel
  @customer_channel
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4463
4464
4465
4466
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4463

def update!(**args)
  @agent_channel = args[:agent_channel] if args.key?(:agent_channel)
  @customer_channel = args[:customer_channel] if args.key?(:customer_channel)
end