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