Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentFlowNodeConfiguration
-
Packages that use AgentFlowNodeConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of AgentFlowNodeConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentFlowNodeConfiguration Modifier and Type Method Description AgentFlowNodeConfigurationFlowNodeConfiguration. agent()Contains configurations for an agent node in your flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentFlowNodeConfiguration Modifier and Type Method Description FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder. agent(AgentFlowNodeConfiguration agent)Contains configurations for an agent node in your flow.static FlowNodeConfigurationFlowNodeConfiguration. fromAgent(AgentFlowNodeConfiguration agent)Create an instance of this class withFlowNodeConfiguration.agent()initialized to the given value.
-