Where is machine learning applied if I have to provide all dialogues in stories

thanks @IgNoRaNt23. I am expecting some thing below,

Question1: If my stories.md have a intent and nlu.md as below

====================== ==========================================

story - ask office hours

  • intent_ask_office_hours

    -utter_office_hours.

================

In nlu.md,

  • intent: intent_ask_office_hours

    • can you provide office hours for tomorrow?
    • will the office open on next monday?
    • what is the office hours on weekends?

================

After training the model, if the user asks as question as " Is the office open today?" - bot should identify the intent, will the model handle this?..so far it is not working for me. Am i missing anything?

================= ==============================================