static GetAgentMemoryResponse.Builder |
GetAgentMemoryResponse.builder() |
|
GetAgentMemoryResponse.Builder |
GetAgentMemoryResponse.Builder.memoryContents(Collection<Memory> memoryContents) |
Contains details of the sessions stored in the memory
|
GetAgentMemoryResponse.Builder |
GetAgentMemoryResponse.Builder.memoryContents(Consumer<Memory.Builder>... memoryContents) |
Contains details of the sessions stored in the memory
|
GetAgentMemoryResponse.Builder |
GetAgentMemoryResponse.Builder.memoryContents(Memory... memoryContents) |
Contains details of the sessions stored in the memory
|
GetAgentMemoryResponse.Builder |
GetAgentMemoryResponse.Builder.nextToken(String nextToken) |
If the total number of results is greater than the maxItems value provided in the request, use this token
when making another request in the nextToken field to return the next batch of results.
|
GetAgentMemoryResponse.Builder |
GetAgentMemoryResponse.toBuilder() |
|