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
/
ContactFlowType
Contact
Flow
Type
sealed
class
ContactFlowType
Inheritors
AgentHold
AgentTransfer
AgentWhisper
Campaign
ContactFlow
CustomerHold
CustomerQueue
CustomerWhisper
OutboundWhisper
QueueTransfer
SdkUnknown
Members
Types
Agent
Hold
Link copied to clipboard
object
AgentHold
:
ContactFlowType
Agent
Transfer
Link copied to clipboard
object
AgentTransfer
:
ContactFlowType
Agent
Whisper
Link copied to clipboard
object
AgentWhisper
:
ContactFlowType
Campaign
Link copied to clipboard
object
Campaign
:
ContactFlowType
Companion
Link copied to clipboard
object
Companion
Contact
Flow
Link copied to clipboard
object
ContactFlow
:
ContactFlowType
Customer
Hold
Link copied to clipboard
object
CustomerHold
:
ContactFlowType
Customer
Queue
Link copied to clipboard
object
CustomerQueue
:
ContactFlowType
Customer
Whisper
Link copied to clipboard
object
CustomerWhisper
:
ContactFlowType
Outbound
Whisper
Link copied to clipboard
object
OutboundWhisper
:
ContactFlowType
Queue
Transfer
Link copied to clipboard
object
QueueTransfer
:
ContactFlowType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ContactFlowType
Properties
value
Link copied to clipboard
abstract
val
value
:
String