DEV Community

Discussion on: RASA - Google Chat integration

Collapse
 
otmarjr profile image
otmarjr

Hello Petr, it's me again!

Just a couple of days after this post I saw you're now a Rasa Hero! Congratulations!

I hope you, as my greatest Rasa Hero, can help me out once again.

This time I'm trying to setup my environment using Rasa-X to develop my chatbot and I installed it using the docker-compose, just as described in
rasa.com/docs/rasa-x/installation-...

After installing it on /etc/rasa folder, I edited /etc/rasa/credentials.yml to add a hangouts entry:

rasa:
url: ${RASA_X_HOST}/api

hangouts:

Even after re-starting docker compose I could not get this hangouts channel to work.

Could you please point me in the direction for this kind of setup, docker-compose based?

Kinds regards,
Otmar

Collapse
 
petr7555 profile image
Petr Janik

Hi Otmar,

I think Rasa X is one interface for using your chatbot and Hangouts are another one.
I don't understand how would you like to combine Rasa X with Hangouts.