messages property

List<Message>? messages
getter/setter pair

List of messages in the conversation turn, including user input, agent responses and intermediate events during the processing.

Optional.

Implementation

core.List<Message>? messages;