Class: Aws::Types::ParticipantMetrics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_abandonBoolean

Returns the value of attribute conversation_abandon.

Returns:

  • (Boolean)


6244
6245
6246
# File 'sig/types.rbs', line 6244

def conversation_abandon
  @conversation_abandon
end

#last_message_timestamp::Time

Returns the value of attribute last_message_timestamp.

Returns:

  • (::Time)


6250
6251
6252
# File 'sig/types.rbs', line 6250

def last_message_timestamp
  @last_message_timestamp
end

#max_response_time_in_millis::Integer

Returns the value of attribute max_response_time_in_millis.

Returns:

  • (::Integer)


6249
6250
6251
# File 'sig/types.rbs', line 6249

def max_response_time_in_millis
  @max_response_time_in_millis
end

#message_length_in_chars::Integer

Returns the value of attribute message_length_in_chars.

Returns:

  • (::Integer)


6247
6248
6249
# File 'sig/types.rbs', line 6247

def message_length_in_chars
  @message_length_in_chars
end

#messages_sent::Integer

Returns the value of attribute messages_sent.

Returns:

  • (::Integer)


6245
6246
6247
# File 'sig/types.rbs', line 6245

def messages_sent
  @messages_sent
end

#num_responses::Integer

Returns the value of attribute num_responses.

Returns:

  • (::Integer)


6246
6247
6248
# File 'sig/types.rbs', line 6246

def num_responses
  @num_responses
end

#participant_id::String

Returns the value of attribute participant_id.

Returns:

  • (::String)


6242
6243
6244
# File 'sig/types.rbs', line 6242

def participant_id
  @participant_id
end

#participant_type"ALL", ...

Returns the value of attribute participant_type.

Returns:

  • ("ALL", "MANAGER", "AGENT", "CUSTOMER", "THIRDPARTY")


6243
6244
6245
# File 'sig/types.rbs', line 6243

def participant_type
  @participant_type
end

#total_response_time_in_millis::Integer

Returns the value of attribute total_response_time_in_millis.

Returns:

  • (::Integer)


6248
6249
6250
# File 'sig/types.rbs', line 6248

def total_response_time_in_millis
  @total_response_time_in_millis
end