Class AgentFlowNodeConfiguration

java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.AgentFlowNodeConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<AgentFlowNodeConfiguration.Builder,AgentFlowNodeConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class AgentFlowNodeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AgentFlowNodeConfiguration.Builder,AgentFlowNodeConfiguration>

Defines an agent node in your flow. You specify the agent to invoke at this point in the flow. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

See Also: