Hi there,
When i tried to post conversations/c_id/messages {“text”:“Hello”} via postman. I only get the intent: greet when i get from api conversations/c_id/story
steps:
- intent: greet user: |- Hello
The question is why it not return the action:utter_greet?
- intent: greet user: |- hi
- action: utter_greet
Do i need to set up or missing any point here ? Please help. thank you.