Class: Aws::Types::ChatMetrics
- Inherits:
-
Object
- Object
- Aws::Types::ChatMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_metrics ⇒ Types::ParticipantMetrics
Returns the value of attribute agent_metrics.
-
#chat_contact_metrics ⇒ Types::ChatContactMetrics
Returns the value of attribute chat_contact_metrics.
-
#customer_metrics ⇒ Types::ParticipantMetrics
Returns the value of attribute customer_metrics.
Instance Attribute Details
#agent_metrics ⇒ Types::ParticipantMetrics
Returns the value of attribute agent_metrics.
827 828 829 |
# File 'sig/types.rbs', line 827 def agent_metrics @agent_metrics end |
#chat_contact_metrics ⇒ Types::ChatContactMetrics
Returns the value of attribute chat_contact_metrics.
826 827 828 |
# File 'sig/types.rbs', line 826 def chat_contact_metrics @chat_contact_metrics end |
#customer_metrics ⇒ Types::ParticipantMetrics
Returns the value of attribute customer_metrics.
828 829 830 |
# File 'sig/types.rbs', line 828 def customer_metrics @customer_metrics end |