AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
chimesdkvoice
/
aws.sdk.kotlin.services.chimesdkvoice.model
/
ContactCenterSystemType
Contact
Center
System
Type
sealed
class
ContactCenterSystemType
Inheritors
AvayaAuraCallCenterElite
AvayaAuraContactCenter
CiscoUnifiedContactCenterEnterprise
GenesysEngageOnPremises
SdkUnknown
Members
Types
Avaya
Aura
Call
Center
Elite
Link copied to clipboard
object
AvayaAuraCallCenterElite
:
ContactCenterSystemType
Avaya
Aura
Contact
Center
Link copied to clipboard
object
AvayaAuraContactCenter
:
ContactCenterSystemType
Cisco
Unified
Contact
Center
Enterprise
Link copied to clipboard
object
CiscoUnifiedContactCenterEnterprise
:
ContactCenterSystemType
Companion
Link copied to clipboard
object
Companion
Genesys
Engage
On
Premises
Link copied to clipboard
object
GenesysEngageOnPremises
:
ContactCenterSystemType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ContactCenterSystemType
Properties
value
Link copied to clipboard
abstract
val
value
:
String