Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InvokeAgentResponse.Builder
-
Packages that use InvokeAgentResponse.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of InvokeAgentResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvokeAgentResponse.Builder Modifier and Type Method Description static InvokeAgentResponse.BuilderInvokeAgentResponse. builder()InvokeAgentResponse.BuilderInvokeAgentResponse.Builder. contentType(String contentType)The MIME type of the input data in the request.InvokeAgentResponse.BuilderInvokeAgentResponse.Builder. memoryId(String memoryId)The unique identifier of the agent memory.InvokeAgentResponse.BuilderInvokeAgentResponse.Builder. sessionId(String sessionId)The unique identifier of the session with the agent.InvokeAgentResponse.BuilderInvokeAgentResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvokeAgentResponse.Builder Modifier and Type Method Description static Class<? extends InvokeAgentResponse.Builder>InvokeAgentResponse. serializableBuilderClass()
-