Hello @early-train-33247 . Thanks for answering.
When I say user session time, I mean user time within the bot flow.
Let's imagine that the bot's session time is 30 minutes from the moment I started the conversation. If I do not complete the entire conversation flow within these 30 minutes, the service starts again, that is, the user returns to the beginning of the flow.
In Botpress v12 this configuration was defined in .json files. More precisely in this format:
"dialog": {
"timeoutInterval": "30m"
}