Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateSessionConfiguration
-
Packages that use RetrieveAndGenerateSessionConfiguration Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of RetrieveAndGenerateSessionConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrieveAndGenerateSessionConfiguration Modifier and Type Method Description RetrieveAndGenerateSessionConfigurationRetrieveAndGenerateRequest. sessionConfiguration()Contains details about the session with the knowledge base.RetrieveAndGenerateSessionConfigurationRetrieveAndGenerateStreamRequest. sessionConfiguration()Contains details about the session with the knowledge base.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RetrieveAndGenerateSessionConfiguration Modifier and Type Method Description RetrieveAndGenerateRequest.BuilderRetrieveAndGenerateRequest.Builder. sessionConfiguration(RetrieveAndGenerateSessionConfiguration sessionConfiguration)Contains details about the session with the knowledge base.RetrieveAndGenerateStreamRequest.BuilderRetrieveAndGenerateStreamRequest.Builder. sessionConfiguration(RetrieveAndGenerateSessionConfiguration sessionConfiguration)Contains details about the session with the knowledge base.
-