Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig

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

Configuration that applies to all conversations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig

Returns a new instance of GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig.



1824
1825
1826
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1824

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

Instance Attribute Details

#agent_idString

An opaque, user-specified string representing the human agent who handled the conversations. Corresponds to the JSON property agentId

Returns:

  • (String)


1822
1823
1824
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1822

def agent_id
  @agent_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1829
1830
1831
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1829

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