Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateResponse.Builder
Packages that use RetrieveAndGenerateResponse.Builder
-
Uses of RetrieveAndGenerateResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrieveAndGenerateResponse.BuilderModifier and TypeMethodDescriptionRetrieveAndGenerateResponse.builder()RetrieveAndGenerateResponse.Builder.citations(Collection<Citation> citations) A list of segments of the generated response that are based on sources in the knowledge base, alongside information about the sources.RetrieveAndGenerateResponse.Builder.citations(Consumer<Citation.Builder>... citations) A list of segments of the generated response that are based on sources in the knowledge base, alongside information about the sources.A list of segments of the generated response that are based on sources in the knowledge base, alongside information about the sources.RetrieveAndGenerateResponse.Builder.guardrailAction(String guardrailAction) Specifies if there is a guardrail intervention in the response.RetrieveAndGenerateResponse.Builder.guardrailAction(GuadrailAction guardrailAction) Specifies if there is a guardrail intervention in the response.RetrieveAndGenerateResponse.Builder.output(Consumer<RetrieveAndGenerateOutput.Builder> output) Contains the response generated from querying the knowledge base.RetrieveAndGenerateResponse.Builder.output(RetrieveAndGenerateOutput output) Contains the response generated from querying the knowledge base.The unique identifier of the session.RetrieveAndGenerateResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RetrieveAndGenerateResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RetrieveAndGenerateResponse.Builder>RetrieveAndGenerateResponse.serializableBuilderClass()