Skip to content

Bedrock Agent Runtime  >  Structures  >  AgenticRetrieveMessage

AgenticRetrieveMessage

Structure Class

AgenticRetrieveMessage dataclass

A message in the agentic retrieval conversation.

Attributes

content class-attribute instance-attribute
content: AgenticRetrieveMessageContent = field(repr=False)

The content of the message.

role instance-attribute

The role of the message sender (e.g., user or assistant).