How to copycat the question of user?

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: image

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.

2 Likes

Please give me an example to do that without action sever :frowning:

I did, please check the link above