Class: Google::Cloud::ContactCenterInsights::V1::Conversation::CallMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#agent_channel::Integer

Returns The audio channel that contains the agent.

Returns:

  • (::Integer)

    The audio channel that contains the agent.



99
100
101
102
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 99

class CallMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#customer_channel::Integer

Returns The audio channel that contains the customer.

Returns:

  • (::Integer)

    The audio channel that contains the customer.



99
100
101
102
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 99

class CallMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end