Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.MemorySessionSummary
-
Packages that use MemorySessionSummary Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of MemorySessionSummary in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return MemorySessionSummary Modifier and Type Method Description MemorySessionSummaryMemory. sessionSummary()Contains summary of a session.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type MemorySessionSummary Modifier and Type Method Description static MemoryMemory. fromSessionSummary(MemorySessionSummary sessionSummary)Create an instance of this class withMemory.sessionSummary()initialized to the given value.Memory.BuilderMemory.Builder. sessionSummary(MemorySessionSummary sessionSummary)Contains summary of a session.
-