class Aws::BedrockAgent::Types::FlowNode


@see docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/FlowNode AWS API Documentation
@return [String]
‘FlowNodeConfiguration` field.
provide in the configuration you provide in the
The type of node. This value must match the name of the key that you
@!attribute [rw] type
@return [Array<Types::FlowNodeOutput>]
output from the node.
A list of objects, each of which contains information about an
@!attribute [rw] outputs
@return [String]
A name for the node.
@!attribute [rw] name
@return [Array<Types::FlowNodeInput>]
input into the node.
An array of objects, each of which contains information about an
@!attribute [rw] inputs
@return [Types::FlowNodeConfiguration]
Contains configurations for the node.
@!attribute [rw] configuration
Contains configurations about a node in the flow.