AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connect
/
aws.sdk.kotlin.services.connect.model
/
ParticipantType
Participant
Type
sealed
class
ParticipantType
Inheritors
Agent
All
Customer
Manager
Thirdparty
SdkUnknown
Members
Types
Agent
Link copied to clipboard
object
Agent
:
ParticipantType
All
Link copied to clipboard
object
All
:
ParticipantType
Companion
Link copied to clipboard
object
Companion
Customer
Link copied to clipboard
object
Customer
:
ParticipantType
Manager
Link copied to clipboard
object
Manager
:
ParticipantType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ParticipantType
Thirdparty
Link copied to clipboard
object
Thirdparty
:
ParticipantType
Properties
value
Link copied to clipboard
abstract
val
value
:
String