conversationTtl property

String? conversationTtl
getter/setter pair

The default TTL for newly-created conversations.

If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.

Implementation

core.String? conversationTtl;