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