Onwards and upwards.
Can anyone let me know if I am on the right track with this tag.
<that index="nx,ny"/>
I think I get it partly.
It’s a way of getting previous replies. So say the chat goes like this :
User: Hello
Bot: Greetings !
User: I think it’s going to rain today.
Bot : Maybe, I’ll check the forecast.
User : Thank you.
Bot : You are welcome.
So at this point to get the bot’s previous responses :
<that index="1,1"/>
Gives : ‘You are welcome’
<that index="2,1"/>
Gives : Maybe, I’ll check the forecast.
<that index="3,1"/>
Gives : Greetings !
Is that right ?
So what’s the second parameter ny for please ?
I couldn’t find any examples of this in use, I’d be grateful if an example could be provided.
Thank you