I have a watson assistant that serves as a chatbot for the campus. What this chatbot does is that it can give information to where are offices/facilities. It can also give directions. What I cannot implement is the watson assistant must also know how to give directions going up or down a floor, once the user has given the info the bot needs.
An example of how it works:
I'm using slots to get user information from them.
How do I let the chatbot know that if the user is below a floor or several floors to the destination it would also include in its reply to go upwards. The same way going down if the user is above a floor from where he/she wants to get to.
How do I do this?