Sizzin
Sizzin

Reputation: 92

Is it possible to add a Bot to Hangouts (Not Google Chat)?

Just to be clear, this is the Hangouts I'm talking about: https://hangouts.google.com

And this is Google Chat: https://chat.google.com

I have a Dialogflow Chatbot with a Hangouts/Google Chat Integration and I can call it just fine in Google Chat.

But when I try to find the same Chatbot in Hangouts, I can't find it.

I created a chat room in Google Chat to talk with the Chatbot, but when I open it in Hangouts, the Chatbot's messages don't even show up.

Does Hangouts not support Chatbots? Was it always like this or is it because it's going to be shut down?

Upvotes: 0

Views: 311

Answers (2)

JohanM
JohanM

Reputation: 1

Even though Google do not provide an API for Google Hangouts to enable you write a bot, you could write your own Hangupsbot (https://github.com/hangoutsbot/hangoutsbot) plugin that interacts with your Hangout.

Hangupsbot depends upon hangups (https://github.com/tdryer/hangups), a messaging client containing a third party reverse-engineered implementation of Googles proprietary protocol.

Upvotes: 0

ale13
ale13

Reputation: 6052

Hangouts Classic does not support and did not support adding bots.

This is how Hangouts Classic was built and it has nothing to do with its update to Google Chat.

Bots are only available in Google Chat.

Upvotes: 1

Related Questions