Class: Aws::Connect::Types::ChatMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ChatMetrics
- 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
-
#agent_metrics ⇒ Types::ParticipantMetrics
Information about agent interactions in a contact.
-
#chat_contact_metrics ⇒ Types::ChatContactMetrics
Information about the overall participant interactions at the contact level.
-
#customer_metrics ⇒ Types::ParticipantMetrics
Information about customer interactions in a contact.
Instance Attribute Details
#agent_metrics ⇒ Types::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_metrics ⇒ Types::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_metrics ⇒ Types::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 |