AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
lexruntimev2
/
aws.sdk.kotlin.services.lexruntimev2.model
/
MessageContentType
Message
Content
Type
sealed
class
MessageContentType
Inheritors
CustomPayload
ImageResponseCard
PlainText
Ssml
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Custom
Payload
Link copied to clipboard
object
CustomPayload
:
MessageContentType
Image
Response
Card
Link copied to clipboard
object
ImageResponseCard
:
MessageContentType
Plain
Text
Link copied to clipboard
object
PlainText
:
MessageContentType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MessageContentType
Ssml
Link copied to clipboard
object
Ssml
:
MessageContentType
Properties
value
Link copied to clipboard
abstract
val
value
:
String