Class PromptFlowNodeConfiguration

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

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

Contains configurations for a prompt node in the flow. You can use a prompt from Prompt management or you can define one in this node. If the prompt contains variables, the inputs into this node will fill in the variables. The output from this node is the response generated by the model. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

See Also: