Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.RepromptResponse.Builder
Packages that use RepromptResponse.Builder
-
Uses of RepromptResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RepromptResponse.BuilderModifier and TypeMethodDescriptionstatic RepromptResponse.BuilderRepromptResponse.builder()Specifies what output is prompting the agent to reprompt the input.Specifies what output is prompting the agent to reprompt the input.The text reprompting the input.RepromptResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RepromptResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RepromptResponse.Builder>RepromptResponse.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RepromptResponse.BuilderModifier and TypeMethodDescriptiondefault Observation.BuilderObservation.Builder.repromptResponse(Consumer<RepromptResponse.Builder> repromptResponse) Contains details about the response to reprompt the input.