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.
803 804 805 |
# File 'sig/types.rbs', line 803 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.
802 803 804 |
# File 'sig/types.rbs', line 802 def @agent_first_response_timestamp end |
#conversation_close_time_in_millis ⇒ ::Integer
Returns the value of attribute conversation_close_time_in_millis.
800 801 802 |
# File 'sig/types.rbs', line 800 def conversation_close_time_in_millis @conversation_close_time_in_millis end |
#conversation_turn_count ⇒ ::Integer
Returns the value of attribute conversation_turn_count.
801 802 803 |
# File 'sig/types.rbs', line 801 def conversation_turn_count @conversation_turn_count end |
#multi_party ⇒ Boolean
Returns the value of attribute multi_party.
796 797 798 |
# File 'sig/types.rbs', line 796 def multi_party @multi_party end |
#total_bot_message_length_in_chars ⇒ ::Integer
Returns the value of attribute total_bot_message_length_in_chars.
799 800 801 |
# File 'sig/types.rbs', line 799 def @total_bot_message_length_in_chars end |
#total_bot_messages ⇒ ::Integer
Returns the value of attribute total_bot_messages.
798 799 800 |
# File 'sig/types.rbs', line 798 def @total_bot_messages end |
#total_messages ⇒ ::Integer
Returns the value of attribute total_messages.
797 798 799 |
# File 'sig/types.rbs', line 797 def @total_messages end |