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

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

Contains the template for the prompt that's sent to the model for response generation. For more information, see Knowledge base prompt templates.

This data type is used in the following API operations:

See Also: