- intent: chitchat/thanks
examples: |
- thx
- Awesome, thanks!
- thanks mate
- thank you
In nlu you can have intent/subintent; but the python tracker object doesn’t pick it up I only can see tracker.latest_message[‘intent’][‘name’]) which doesn’t provide enough details to make a choice if I use intent/subintent. Please think about adding this exposure.
Thanks.