hi my project have a need to have put the nlu record from sql record.
The idea from sql table, there is a python that fetched it, put it into python dictionary and create nlu.yml.
But i got stuck in the making of the yml.
As we know the pattern of regular nlu.yml is like this :
I already browsing all over the search result and find out that “|” is the sign of multiline and the - is still unknown and i don’t know how to combine “|” with -
i don’t know how to make pattern
examples: |
examples 1
examples 2
in yaml generated from python dictionary
thank you i hope i can be replied as soon as possible