Class: Aws::Connect::Types::ChatMetrics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Information about how agent, bot, and customer interact in a chat contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_metricsTypes::ParticipantMetrics

Information about agent interactions in a contact.



2212
2213
2214
2215
2216
2217
2218
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2212

class ChatMetrics < Struct.new(
  :chat_contact_metrics,
  :agent_metrics,
  :customer_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#chat_contact_metricsTypes::ChatContactMetrics

Information about the overall participant interactions at the contact level.



2212
2213
2214
2215
2216
2217
2218
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2212

class ChatMetrics < Struct.new(
  :chat_contact_metrics,
  :agent_metrics,
  :customer_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#customer_metricsTypes::ParticipantMetrics

Information about customer interactions in a contact.



2212
2213
2214
2215
2216
2217
2218
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2212

class ChatMetrics < Struct.new(
  :chat_contact_metrics,
  :agent_metrics,
  :customer_metrics)
  SENSITIVE = []
  include Aws::Structure
end