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