...
5. In the Callback name field, enter the name of your callback. For example, if your custom callback is stored in core/python/callback/my1.py
, specify your callback as my1
.
6. Click Save.
...
Now, when Koji detects a given intent in the chat, it will invoke the defined callback as a response.
...