Values.ActiveContextTimeToLiveSourceThe length of time or number of turns that a context remains active.
type nonrec t = {timeToLiveInSeconds : ActiveContextTimeToLiveInSeconds.t option;The number of seconds that the context should be active after it is first sent in a PostContent or PostText response. You can set the value between 5 and 86,400 seconds (24 hours).
*)turnsToLive : ActiveContextTurnsToLive.t option;The number of conversation turns that the context should be active. A conversation turn is one PostContent or PostText request and the corresponding response from Amazon Lex.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of ActiveContextTimeToLiveInSeconds.t ]) list ]