I want to do something interesting for users like imitating them:
User: "How are you?"
Bot: "How are you?"
How i can do this? Thank very much~
I want to do something interesting for users like imitating them:
User: "How are you?"
Bot: "How are you?"
How i can do this? Thank very much~
In a custom action, you get the user’s message from the tracker and dispatch it.
thank, i hope we can do this on rasa sever, like bellow:
You are making your problem way harder than it is. But without using actions, you can extract the whole text into a slot using from_text
slot mapping.
Please give me an example to do that without action sever
I did, please check the link above