Skip to content

Bedrock Agent Runtime  >  Unions  >  FlowInputContent

FlowInputContent

Union Type

FlowInputContent module-attribute

Contains information about an input into the flow.

Union Member Types

FlowInputContentDocument dataclass

The input to send to the prompt flow input node.

Attributes

value instance-attribute
value: Document

FlowInputContentUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str