Message

data class Message(val value: Message) : ConverseOutput

The message that the model generates.

Constructors

Link copied to clipboard
constructor(value: Message)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ConverseOutput as a Message and retrieves its aws.sdk.kotlin.services.bedrockruntime.model.Message value. Throws an exception if the ConverseOutput is not a Message.

Link copied to clipboard

Casts this ConverseOutput as a Message and retrieves its aws.sdk.kotlin.services.bedrockruntime.model.Message value. Returns null if the ConverseOutput is not a Message.