toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
connect
/
aws.sdk.kotlin.services.connect.model
/
IntegrationType
Integration
Type
sealed
class
IntegrationType
Inheritors
Application
CasesDomain
Event
FileScanner
PinpointApp
VoiceId
WisdomAssistant
WisdomKnowledgeBase
WisdomQuickResponses
SdkUnknown
Members
Types
Application
Link copied to clipboard
object
Application
:
IntegrationType
Cases
Domain
Link copied to clipboard
object
CasesDomain
:
IntegrationType
Companion
Link copied to clipboard
object
Companion
Event
Link copied to clipboard
object
Event
:
IntegrationType
File
Scanner
Link copied to clipboard
object
FileScanner
:
IntegrationType
Pinpoint
App
Link copied to clipboard
object
PinpointApp
:
IntegrationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IntegrationType
Voice
Id
Link copied to clipboard
object
VoiceId
:
IntegrationType
Wisdom
Assistant
Link copied to clipboard
object
WisdomAssistant
:
IntegrationType
Wisdom
Knowledge
Base
Link copied to clipboard
object
WisdomKnowledgeBase
:
IntegrationType
Wisdom
Quick
Responses
Link copied to clipboard
object
WisdomQuickResponses
:
IntegrationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String