Hello everyone,
I’m a french developper and this is my first commit (sorry if i’m not in the good category for asking this question, and sorry for my english)
I’m using Program O and I have an issue using condition tag in aiml
I want to create a condition based on the ancient response of the bot
like :
me : show me something
Bot: Here something, do you want to see something else ?
me : Yes
bot : Here something else, do you want to see an other something else
me: yes
bot: here other something else
The main problem is the ’ two level condition’ because in the bot case my answer will be ‘yes’
and I didn’t succeed to organize the both condition to appears the one after the other.
Thank You