MessageData

sealed class MessageData

The message data.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Text(val value: TextMessage) : MessageData

The message data in text type.

Functions

Link copied to clipboard

Casts this MessageData as a Text and retrieves its aws.sdk.kotlin.services.qconnect.model.TextMessage value. Throws an exception if the MessageData is not a Text.

Link copied to clipboard

Casts this MessageData as a Text and retrieves its aws.sdk.kotlin.services.qconnect.model.TextMessage value. Returns null if the MessageData is not a Text.