Skip to content

Bedrock Agent Runtime  >  Structures  >  FlowOutputEvent

FlowOutputEvent

Structure Class

FlowOutputEvent dataclass

Contains information about an output from prompt flow invoction.

Attributes

content instance-attribute

The content in the output.

node_name instance-attribute
node_name: str

The name of the flow output node that the output is from.

node_type instance-attribute
node_type: NodeType

The type of the node that the output is from.