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