sessionTtl property

String? sessionTtl
getter/setter pair

Sets Dialogflow session life time.

By default, a Dialogflow 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;