Currently I have two stories. Something like this:
Story #1
User: How much is Widget X 2000?
Bot: It costs $30.
Story #2
User: Where can I buy Widget X 2000?
Bot: At your local Best Buy.
The problem: If a user triggers story #1, they still must explicitly say the name of the product (instead of it) to trigger story #2. This is what happens:
User: How much is Widget X 2000?
Bot: It costs $30.
User: Where can I buy it?
--error--
These answers should not be combined into one story because the order of the questions is never the same. Can Wit.Ai understand pronouns somehow?