Class: Aws::Types::EvaluationContactParticipant

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_participant_id::String

Returns the value of attribute contact_participant_id.

Returns:

  • (::String)


3348
3349
3350
# File 'sig/types.rbs', line 3348

def contact_participant_id
  @contact_participant_id
end

#contact_participant_role"AGENT", ...

Returns the value of attribute contact_participant_role.

Returns:

  • ("AGENT", "SYSTEM", "CUSTOM_BOT", "CUSTOMER")


3347
3348
3349
# File 'sig/types.rbs', line 3347

def contact_participant_role
  @contact_participant_role
end