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.
1 Like
Happy to hear it!
1 Like