Class: Aws::Types::ParticipantDetailsToAdd

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


6326
6327
6328
# File 'sig/types.rbs', line 6326

def display_name
  @display_name
end

#participant_capabilitiesTypes::ParticipantCapabilities

Returns the value of attribute participant_capabilities.



6327
6328
6329
# File 'sig/types.rbs', line 6327

def participant_capabilities
  @participant_capabilities
end

#participant_role"AGENT", ...

Returns the value of attribute participant_role.

Returns:

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


6325
6326
6327
# File 'sig/types.rbs', line 6325

def participant_role
  @participant_role
end