Class: Aws::Types::ChatContactMetrics

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_first_response_time_in_millis::Integer

Returns the value of attribute agent_first_response_time_in_millis.

Returns:

  • (::Integer)


817
818
819
# File 'sig/types.rbs', line 817

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.

Returns:

  • (::Time)


816
817
818
# File 'sig/types.rbs', line 816

def agent_first_response_timestamp
  @agent_first_response_timestamp
end

#conversation_close_time_in_millis::Integer

Returns the value of attribute conversation_close_time_in_millis.

Returns:

  • (::Integer)


814
815
816
# File 'sig/types.rbs', line 814

def conversation_close_time_in_millis
  @conversation_close_time_in_millis
end

#conversation_turn_count::Integer

Returns the value of attribute conversation_turn_count.

Returns:

  • (::Integer)


815
816
817
# File 'sig/types.rbs', line 815

def conversation_turn_count
  @conversation_turn_count
end

#multi_partyBoolean

Returns the value of attribute multi_party.

Returns:

  • (Boolean)


810
811
812
# File 'sig/types.rbs', line 810

def multi_party
  @multi_party
end

#total_bot_message_length_in_chars::Integer

Returns the value of attribute total_bot_message_length_in_chars.

Returns:

  • (::Integer)


813
814
815
# File 'sig/types.rbs', line 813

def total_bot_message_length_in_chars
  @total_bot_message_length_in_chars
end

#total_bot_messages::Integer

Returns the value of attribute total_bot_messages.

Returns:

  • (::Integer)


812
813
814
# File 'sig/types.rbs', line 812

def total_bot_messages
  @total_bot_messages
end

#total_messages::Integer

Returns the value of attribute total_messages.

Returns:

  • (::Integer)


811
812
813
# File 'sig/types.rbs', line 811

def total_messages
  @total_messages
end