elements property

List<MessageElement> elements
final

List of content elements that make up the message.

This allows for rich messages with multiple types of content (text, images, etc.) following the Composite pattern.

Implementation

final List<MessageElement> elements;