Class: Aws::Connect::Types::ChatMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ChatMetrics
- Includes:
- Structure
- Defined in:
- 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.
2268 2269 2270 2271 2272 2273 2274 |
# File 'lib/aws-sdk-connect/types.rb', line 2268 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.
2268 2269 2270 2271 2272 2273 2274 |
# File 'lib/aws-sdk-connect/types.rb', line 2268 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.
2268 2269 2270 2271 2272 2273 2274 |
# File 'lib/aws-sdk-connect/types.rb', line 2268 class ChatMetrics < Struct.new( :chat_contact_metrics, :agent_metrics, :customer_metrics) SENSITIVE = [] include Aws::Structure end |