dimirc
(Wladimir Coka)
August 16, 2020, 7:21am
2
Yes, I’m using it with Workplace. I copied the implementation for “facebook” channel and did some changes to it so in our implementation of custom connector is renamed as “workplace_connector”.
Directly using the facebook connector, I guess will work fine:
dimirc
(Wladimir Coka)
August 16, 2020, 7:24am
3
I found these links that might help you:
Hangouts:
---
id: hangouts
sidebar_label: Google Hangouts Chat
title: Google Hangouts Chat
description: Build a Rasa Chat Bot on Google Hangouts Chat
---
<a aria-hidden="true" tabIndex="-1" className="anchor enhancedAnchor" id="google-hangouts-chat"></a>
## Hangouts Chat Setup
This channel works similar to the standard Rasa REST channel. For each request from the channel, your bot will
send one response. The response will be displayed to the user either as text or a so-called card (for
more information, see the Cards section).
In order to connect your Rasa bot to Google Hangouts Chat, you first need to create a project in
Google Developer Console that includes the Hangouts API. There you can specify your bot's endpoint
and also obtain your project id, which determines the scope for the OAuth2 authorization in case you
want to use OAuth2. The Hangouts Chat API sends a Bearer token with every request, but it is up to
the bot to actually verify the token, hence the channel also works without this.
This file has been truncated. show original
Facebook:
katewatson
(Kate Watson)
January 18, 2022, 12:36pm
4
Thanks for your precious suggestion about Facebook and Google Hangout.