Class: Aws::Types::ChatContactMetrics
- Inherits:
-
Object
- Object
- Aws::Types::ChatContactMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_first_response_time_in_millis ⇒ ::Integer
Returns the value of attribute agent_first_response_time_in_millis.
-
#agent_first_response_timestamp ⇒ ::Time
Returns the value of attribute agent_first_response_timestamp.
-
#conversation_close_time_in_millis ⇒ ::Integer
Returns the value of attribute conversation_close_time_in_millis.
-
#conversation_turn_count ⇒ ::Integer
Returns the value of attribute conversation_turn_count.
-
#multi_party ⇒ Boolean
Returns the value of attribute multi_party.
-
#total_bot_message_length_in_chars ⇒ ::Integer
Returns the value of attribute total_bot_message_length_in_chars.
-
#total_bot_messages ⇒ ::Integer
Returns the value of attribute total_bot_messages.
-
#total_messages ⇒ ::Integer
Returns the value of attribute total_messages.
Instance Attribute Details
#agent_first_response_time_in_millis ⇒ ::Integer
Returns the value of attribute agent_first_response_time_in_millis.
829 830 831 |
# File 'sig/types.rbs', line 829 def agent_first_response_time_in_millis @agent_first_response_time_in_millis end |
#agent_first_response_timestamp ⇒ ::Time
Returns the value of attribute agent_first_response_timestamp.
828 829 830 |
# File 'sig/types.rbs', line 828 def end |
#conversation_close_time_in_millis ⇒ ::Integer
Returns the value of attribute conversation_close_time_in_millis.
826 827 828 |
# File 'sig/types.rbs', line 826 def conversation_close_time_in_millis @conversation_close_time_in_millis end |
#conversation_turn_count ⇒ ::Integer
Returns the value of attribute conversation_turn_count.
827 828 829 |
# File 'sig/types.rbs', line 827 def conversation_turn_count @conversation_turn_count end |
#multi_party ⇒ Boolean
Returns the value of attribute multi_party.
822 823 824 |
# File 'sig/types.rbs', line 822 def multi_party @multi_party end |
#total_bot_message_length_in_chars ⇒ ::Integer
Returns the value of attribute total_bot_message_length_in_chars.
825 826 827 |
# File 'sig/types.rbs', line 825 def end |
#total_bot_messages ⇒ ::Integer
Returns the value of attribute total_bot_messages.
824 825 826 |
# File 'sig/types.rbs', line 824 def end |
#total_messages ⇒ ::Integer
Returns the value of attribute total_messages.
823 824 825 |
# File 'sig/types.rbs', line 823 def end |