Bedrock Agent Runtime > Structures > PostProcessingParsedResponse PostProcessingParsedResponse¶ Structure Class¶ PostProcessingParsedResponse dataclass ¶ Details about the response from the Lambda parsing of the output from the post-processing step. Attributes¶ text class-attribute instance-attribute ¶ text: str | None = field(repr=False, default=None) The text returned by the parser.