How to customize a response without using the rasa-sdk actions server?

Right now I’m using the rasa’s inbuilt default response JSON, ex. [{recipient_id:1352351, text: “Hello” , buttons:{“payload”:"/hi", “title” : “Hi”}, …]. How can I change this and add custom JSON’s into this without using a rasa-sdk actions server.

Great question! You can do this using a customer connector. More details here: Custom Connectors

1 Like

Thanks. I’ll try this.

1 Like

Hi @rctatman, this helped. Thank you. :grinning:

1 Like

Happy to hear it! :grin:

1 Like