Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig
- 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
-
#agent_id ⇒ String
An opaque, user-specified string representing the human agent who handled the conversations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig
constructor
A new instance of GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig
Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig.
3626 3627 3628 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3626 def initialize(**args) update!(**args) end |
Instance Attribute Details
#agent_id ⇒ String
An opaque, user-specified string representing the human agent who handled the
conversations.
Corresponds to the JSON property agentId
3624 3625 3626 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3624 def agent_id @agent_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3631 3632 3633 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3631 def update!(**args) @agent_id = args[:agent_id] if args.key?(:agent_id) end |