| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
MemorySessionSummary |
MemorySessionSummary.clone() |
MemorySessionSummary |
Memory.getSessionSummary()
Contains summary of a session.
|
MemorySessionSummary |
MemorySessionSummary.withMemoryId(String memoryId)
The unique identifier of the memory where the session summary is stored.
|
MemorySessionSummary |
MemorySessionSummary.withSessionExpiryTime(Date sessionExpiryTime)
The time when the memory duration for the session is set to end.
|
MemorySessionSummary |
MemorySessionSummary.withSessionId(String sessionId)
The identifier for this session.
|
MemorySessionSummary |
MemorySessionSummary.withSessionStartTime(Date sessionStartTime)
The start time for this session.
|
MemorySessionSummary |
MemorySessionSummary.withSummaryText(String summaryText)
The summarized text for this session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Memory.setSessionSummary(MemorySessionSummary sessionSummary)
Contains summary of a session.
|
Memory |
Memory.withSessionSummary(MemorySessionSummary sessionSummary)
Contains summary of a session.
|
Copyright © 2024. All rights reserved.