In the case I'm trying to see if it is possible or if there is a way to make Watson recognize the period according to the time.
- If the
conversation_startBy night time Watson say: Good evening! - If the
conversation_startBy morning time Watson say: Good morning! - If the
conversation_startBy afternoon time Watson say: Good afternoon!
Actually I create one entitie with @time and if user type good night, the entities save that and Watson responds Exactly what the user typed.
And my response condition is:
@time, how are you?
Example:
- User: Good night!
- Watson: Good night!, how are you
See that it was the same answer, because I created an entity with these periods
Check image:
I want to knows If it is possible to do it automatically or if I have to develop some code to do this, and if possible an example.
