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.
4942 4943 4944 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4942 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
4940 4941 4942 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4940 def agent_id @agent_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4947 4948 4949 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4947 def update!(**args) @agent_id = args[:agent_id] if args.key?(:agent_id) end |