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