Class: Google::Cloud::ContactCenterInsights::V1::Conversation::CallMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::Conversation::CallMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
Call-specific metadata.
Instance Attribute Summary collapse
-
#agent_channel ⇒ ::Integer
The audio channel that contains the agent.
-
#customer_channel ⇒ ::Integer
The audio channel that contains the customer.
Instance Attribute Details
#agent_channel ⇒ ::Integer
Returns The audio channel that contains the agent.
106 107 108 109 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 106 class CallMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_channel ⇒ ::Integer
Returns The audio channel that contains the customer.
106 107 108 109 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 106 class CallMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |