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
Optional.
-
#customer_channel ⇒ ::Integer
Optional.
Instance Attribute Details
#agent_channel ⇒ ::Integer
Returns Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed.
432 433 434 435 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 432 class ConversationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#agent_id ⇒ ::String
Returns Optional. An opaque, user-specified string representing a human agent who
handled all conversations in the import. Note that this will be
overridden if per-conversation metadata is provided through the
metadata_bucket_uri
.
432 433 434 435 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 432 class ConversationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_channel ⇒ ::Integer
Returns Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed.
432 433 434 435 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 432 class ConversationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |