MemoryChunkResponse
MemoryChunkResponse documentation for Java SDK
MemoryChunkResponse
Memory chunk information
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| chunkId | String | Unique identifier of the memory chunk | |
| memoryId | String | ID of the memory this chunk belongs to | |
| chunkSequenceNumber | Integer | Sequence number of this chunk within the memory | |
| chunkText | String | The text content of this chunk | |
| vectorStatus | String | Status of vector processing for this chunk | |
| startOffset | Integer | Start offset of this chunk in the original content | [optional] |
| endOffset | Integer | End offset of this chunk in the original content | [optional] |
| createdAt | Long | Creation timestamp (milliseconds since epoch) | |
| updatedAt | Long | Last update timestamp (milliseconds since epoch) | |
| createdById | String | ID of the user who created the chunk | |
| updatedById | String | ID of the user who last updated the chunk |