AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connect
/
aws.sdk.kotlin.services.connect.model
/
ParticipantRole
Participant
Role
sealed
class
ParticipantRole
Inheritors
Agent
Customer
CustomBot
Supervisor
System
SdkUnknown
Members
Types
Agent
Link copied to clipboard
object
Agent
:
ParticipantRole
Companion
Link copied to clipboard
object
Companion
Custom
Bot
Link copied to clipboard
object
CustomBot
:
ParticipantRole
Customer
Link copied to clipboard
object
Customer
:
ParticipantRole
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ParticipantRole
Supervisor
Link copied to clipboard
object
Supervisor
:
ParticipantRole
System
Link copied to clipboard
object
System
:
ParticipantRole
Properties
value
Link copied to clipboard
abstract
val
value
:
String