Skip to content

Bedrock Agent Runtime  >  Unions  >  FlowMultiTurnInputContent

FlowMultiTurnInputContent

Union Type

FlowMultiTurnInputContent module-attribute

The content structure containing input information for multi-turn flow interactions.

Union Member Types

FlowMultiTurnInputContentDocument dataclass

The requested additional input to send back to the multi-turn flow node.

Attributes

value instance-attribute
value: Document

FlowMultiTurnInputContentUnknown 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