AWS SDK for Kotlin
Toggle table of contents
1.6.56
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connect
/
aws.sdk.kotlin.services.connect.model
/
TestCaseEntryPointType
Test
Case
Entry
Point
Type
sealed
class
TestCaseEntryPointType
Inheritors
Chat
VoiceCall
SdkUnknown
Members
Types
Chat
Link copied to clipboard
object
Chat
:
TestCaseEntryPointType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TestCaseEntryPointType
Voice
Call
Link copied to clipboard
object
VoiceCall
:
TestCaseEntryPointType
Properties
value
Link copied to clipboard
abstract
val
value
:
String