Data

data class Data(val value: Document) : MessageData

The message data as a structured JSON document. This is the payload for a message of type DATA, and must be a JSON object at the root level.

Constructors

Link copied to clipboard
constructor(value: Document)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this MessageData as a Data and retrieves its aws.smithy.kotlin.runtime.content.Document value. Throws an exception if the MessageData is not a Data.

Link copied to clipboard

Casts this MessageData as a Data and retrieves its aws.smithy.kotlin.runtime.content.Document value. Returns null if the MessageData is not a Data.

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.

Link copied to clipboard
Link copied to clipboard