Your comments

So it does not start every time the user writes a new chat?

If a user makes a request today, and wants to do another one tomorrow, can not he do it?

The problem is that the bot does not respond again. That is, if I understand correctly, when the user writes something, the bot should re-start the episode, or am I wrong?

How does the user to chat with the bot again?

It stops at the end of the flow through any of the branches.

The bot has only one episode https://www.onsequel.com/channels/15587/episodes/26493/trees/26486



The episode ends here and then does not respond again



I already understood how the sequence of episodes works. I did not know they were running sequentially.

BTW, I still have the bot stop problem. I always have to type / restart to respond

I tried sending messages with another user. Responded well the first time and then stopped.

BTW... although the decision flow does not follow the path of GoTo Episode Node, the linked episode always runs, I explain?

Oy. Or if you have another alternative, it will be welcome. Thank you!

{

"CardList": {
"Cards": {
"Card": [

{

"Name": "Card1",

"ImageURL": "http://...",

"Subtitle": "ST1"

},

{

"Name": "Card1",

"ImageURL": "http://...",

"Subtitle": "ST1"

},

{

"Name": "Card1",

"ImageURL": "http://...",

"Subtitle": "ST1"
}

]

}
}
}

Can you explain how? Or send me an example?

Hi Praveed.

In others words, my API returns the cards to be displayed. This can be done?