Adds a new message to the DynamoDB table.
The message to be added to the DynamoDB table.
Adds new messages to the DynamoDB table.
The messages to be added to the DynamoDB table.
Deletes all messages from the DynamoDB table.
Retrieves all messages from the DynamoDB table and returns them as an
array of BaseMessage
instances.
Array of stored messages
Class providing methods to interact with a DynamoDB table to store and retrieve chat messages. It extends the
BaseListChatMessageHistory
class.