generateUpdatedTtl property

String? generateUpdatedTtl
getter/setter pair

The TTL duration for memories updated via GenerateMemories (GenerateMemoriesResponse.GeneratedMemory.Action.UPDATED).

In the case of an UPDATE action, the expire_time of the existing memory will be updated to the new value (now + TTL).

Optional.

Implementation

core.String? generateUpdatedTtl;