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
/
BehaviorType
Behavior
Type
sealed
class
BehaviorType
Inheritors
RouteAnyChannel
RouteCurrentChannelOnly
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Route
Any
Channel
Link copied to clipboard
object
RouteAnyChannel
:
BehaviorType
Route
Current
Channel
Only
Link copied to clipboard
object
RouteCurrentChannelOnly
:
BehaviorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BehaviorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String