Questions tagged [google-hangouts]

Hangouts Chat supports team collaboration by providing chat rooms, threaded conversations within rooms, direct messages between users, and Bots.

Hangouts Chat supports team collaboration by providing chat rooms, threaded conversations within rooms, direct messages between users, and Bots.

https://developers.google.com/hangouts/chat/

631 questions
-1
votes
1 answer

Google Dialogflow - Adding image that is not exposed to public URL in the CARD response, unable to see the image in hangouts

My dialogflow chatbot has been integrated with Hangouts and with image/card response. However, when i added an image that is not public URL, the image is not showing up. Even though i have given the read access to specific user, it is still not…
-1
votes
1 answer

add slashcommands in a google chat bot

i am trying to create a bot in google chat and i would like to enter slash commands. it's my first time creating a bot in google chat and i admit i am definitely a beginner. what i managed to do is publish the bot and make it reply to messages, then…
zbrady
  • 1
  • 1
-1
votes
1 answer

nodeJS connection with Google API

I am trying to connect hangouts chat API with NodeJS but did not find any documentation related to Oauth in NodeJS, without which I can not connect to APIs. There is a code in Python but is there any thing in Node so that we can do the API call from…
-1
votes
1 answer

404 truncated server response on Apps Script Bot

I'm trying to work on a chat bot for Hangouts that runs a function every day and sends a message. I started with the template on the Google Developers site, but I'm getting an 404 Truncated server response error while fetching the URL. Error:…
-1
votes
1 answer

Hangouts bot, create room and add members

Looking for a way to auto-create chat rooms in hangouts and auto invite some users in this room. It is possible to do this with Hangoutbot?
-1
votes
1 answer

Achieving monospaced text in card text

I would like to know if it's possible to send a monospaced block in a card or textParagraph. I tried ``` but didn't work, and neither did with a style attribute. Ex: { "cards": { "sections": { "widgets": { …
-1
votes
1 answer

How do I keep G-Suite Chat signed in?

I am looking for any settings that let me keep G-Suite/Hangouts Chat for Windows signed in. Each time my users open Chat, it asks them to sign in (the button then brings up a browser window that has them input their credentials).
rxtf01
  • 1
-1
votes
1 answer

Apps Script bot for webhooks

I'm looking to see if anyone has created a chatbot in google apps script to handle webhooks for hangouts? I have a bot created but I'm not sure on how to input the webhook url into the bots code so that the message can be deployed into the chat…
Aaron
  • 1
  • 1
-1
votes
1 answer

How does Google Hangouts works

could someone share any links where described how Google Hangouts works under the hood? I've googled a lot about it and no answer. I know that they lately started to use WebRTC. Interesting about does it use WebRTC gateway? How there peers…
-1
votes
1 answer

hangouts-chat: hangouts chat bot unable to post messages to a Bot implementation https endpoint

I have developed a HTTPS Synchronous end point that responds to POST messages and configured the URL as "Bot URL" under Chat bot configuration for Hangouts Chat. It is deployed to an EC2 in amazon aws and added a route53 entry for the URL:…
-1
votes
1 answer

Hangout chat bot private distribution

After developing the Hangout chat bot I could see the steps to publish and distribute by listing on marketplace I'm wondering if there's a way to distribute the bot privately to other gsuite domains without actually creating the bot and configure it…
Manoj
  • 5,542
  • 9
  • 54
  • 80
-1
votes
2 answers

Can i use Hangouts Chat API for application not use for bots?

Can I use Hangouts Chat API for a application like someone sign in this application and get dm or rooms for my application? I means i don't went to create a bot ,but i went use this API to get info from Hangouts Chat and send messages.
-1
votes
2 answers

How can I subscribe to a Pub/Sub having token and a topic? For a hangouts chat bot

I'm making a chatbot for Google chat and I've seen there's a Cloud Pub/Sub option. I want to use it but i don't know how to link the conversation to the Pub/Sub system. What Chat gives me is only this Pub/Sub config How can I do this? there is no…
-1
votes
1 answer

How to implement Google Hangouts FAB like "Jump to latest" button

I've noticed in Google Hangouts that a FloatingActionButton like (with text) widget appears if user scrolls back in message history. The button says "Jump to latest" with an arrow pointing down to the left of the text. It's similar to a…
Henrik
  • 1,983
  • 3
  • 28
  • 52
-1
votes
2 answers

How to navigate to Hangouts chat from android application

I want to navigate from my android app to hangouts text messages chat. i already have the google user/ id of the user i would like to chat with, but i found only video hangouts api examples. is it possible at all? thank you very much.