Class PromptAgentResource

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

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

Contains specifications for an Amazon Bedrock agent with which to use the prompt. For more information, see Create a prompt using Prompt management and Automate tasks in your application using conversational agents.

See Also: