Class: Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::ConversationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::ConversationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Configuration that applies to all conversations.
Instance Attribute Summary collapse
-
#agent_channel ⇒ ::Integer
Optional.
-
#agent_id ⇒ ::String
An opaque, user-specified string representing the human agent who handled the conversations.
-
#customer_channel ⇒ ::Integer
Optional.
Instance Attribute Details
#agent_channel ⇒ ::Integer
Returns Optional. For audio conversations, this field indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for audio conversations to be properly displayed and analyzed.
378 379 380 381 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 378 class ConversationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#agent_id ⇒ ::String
Returns An opaque, user-specified string representing the human agent who handled the conversations.
378 379 380 381 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 378 class ConversationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_channel ⇒ ::Integer
Returns Optional. For audio conversations, this field indicates which of the channels, 1 or 2, contains the customer. Note that this must be set for audio conversations to be properly displayed and analyzed.
378 379 380 381 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 378 class ConversationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |