sessionTtl property

String? sessionTtl
getter/setter pair

Configure lifetime of the Dialogflow session.

By default, a Dialogflow CX session remains active and its data is stored for 30 minutes after the last request is sent for the session. This value should be no longer than 1 day.

Optional.

Implementation

core.String? sessionTtl;