Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.MemoryContent
Packages that use MemoryContent
-
Uses of MemoryContent in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MemoryContentModifier and TypeMethodDescriptionfinal MemoryContentMemoryRecord.content()The content of the memory record.final MemoryContentMemoryRecordCreateInput.content()The content to be stored within the memory record.final MemoryContentMemoryRecordSummary.content()The content of the memory record.final MemoryContentMemoryRecordUpdateInput.content()The content to be stored within the memory record.static MemoryContentCreate an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type MemoryContentModifier and TypeMethodDescriptionMemoryRecord.Builder.content(MemoryContent content) The content of the memory record.MemoryRecordCreateInput.Builder.content(MemoryContent content) The content to be stored within the memory record.MemoryRecordSummary.Builder.content(MemoryContent content) The content of the memory record.MemoryRecordUpdateInput.Builder.content(MemoryContent content) The content to be stored within the memory record.