Bedrock Agent Runtime > Structures > AgenticRetrieveGeneratedResponse AgenticRetrieveGeneratedResponse¶ Structure Class¶ AgenticRetrieveGeneratedResponse dataclass ¶ The generated response synthesized from retrieved results. Attributes¶ answer instance-attribute ¶ answer: str The generated answer text. citations class-attribute instance-attribute ¶ citations: list[AgenticRetrieveCitation] | None = None Citations mapping spans of the answer to supporting results.