toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
lexmodelbuildingservice
/
aws.sdk.kotlin.services.lexmodelbuildingservice.model
/
ContentType
Content
Type
sealed
class
ContentType
Inheritors
CustomPayload
PlainText
Ssml
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Custom
Payload
Link copied to clipboard
object
CustomPayload
:
ContentType
Plain
Text
Link copied to clipboard
object
PlainText
:
ContentType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ContentType
Ssml
Link copied to clipboard
object
Ssml
:
ContentType
Properties
value
Link copied to clipboard
abstract
val
value
:
String