How to put sender's name in response?

I am a completely new user!

I searched and found out that there is a custom action, but I don’t know how to use this custom action to send a sender name to the response.

Also give me a link to the api documentation used for the custom action.

1 Like

You can store the name of the user in a slot (called, say, name) after extracting it as an entity. You can then format an utterance as in the utter_greet example here (Actions) to substitute the template with the user’s name.

Here’s the docs for custom actions - Actions