Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptFlowNodeInlineConfiguration
-
Packages that use PromptFlowNodeInlineConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptFlowNodeInlineConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptFlowNodeInlineConfiguration Modifier and Type Method Description PromptFlowNodeInlineConfigurationPromptFlowNodeSourceConfiguration. inline()Contains configurations for a prompt that is defined inlineMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PromptFlowNodeInlineConfiguration Modifier and Type Method Description static PromptFlowNodeSourceConfigurationPromptFlowNodeSourceConfiguration. fromInline(PromptFlowNodeInlineConfiguration inline)Create an instance of this class withPromptFlowNodeSourceConfiguration.inline()initialized to the given value.PromptFlowNodeSourceConfiguration.BuilderPromptFlowNodeSourceConfiguration.Builder. inline(PromptFlowNodeInlineConfiguration inline)Contains configurations for a prompt that is defined inline
-