Questions tagged [google-chat]

Use for programming question related to Google Chat (https://chat.google.com)

Do not confuse with Google Hangouts (https://hangouts.google.com)

Use for programming questions related to Google Chat (https://chat.google.com)

Questions about general usage might be asked in the official community https://support.google.com/chat

Questions about general usage about the web application (https://chat.google.com) might be asked in https://webapps.stackexchange.com

Questions about general usage about the Android application migth be asked in https://android.stackexchange.com

Related tags:

Do not use with

  • as this tag corresponds to a API that is deprecated.
164 questions
0
votes
0 answers

How to transmit vectors as parameters of the onCardClick function for Hangouts Chat Bot?

I need to pass vectors like "values" in Google Chat Bot's onCardClick actions, but I've only been able to transmit strings. How can I transmit other types to the action?
0
votes
2 answers

How to get Hangouts Chat api scope for many GSuite domains?

I am looking to implement a hangouts chat bot for my customers. I am fairly new to the Google ecosystem, so I apologize in advance if some of this is obvious. Here is my basic confusion: It looks like in order to access the REST api the chat api…
0
votes
1 answer

Using a keyword instead of @mention in google chat bot

I have a chatbot I am trying to make for Google Chat platform. My boss wants it so that if someone says in a room "Im Bored" or "its slow" and so on that it responds with a canned response. Something like "have you made your calls today?" or…
ellucidone
  • 21
  • 6
0
votes
1 answer

How to get Google Chat ID in Apps Script

I am using AppMaker I would like to get the Chat ID of a user so I can open a chat window in a new tab to that user. However, I don't see a way to get it. To be clear, I want the part at the end of a URL like…
Scott
  • 477
  • 4
  • 20
0
votes
3 answers

Create a new thread in Google Chat - how do you send a new specified threadkey?

I'm creating a few simple Bot functions to create threads and send messages to Chat. Creating 'arbitrary' threads and inserting messages into threads with known ids is fine, no problem, I am simply not able to specify the thread id when creating a…
0
votes
1 answer

Google pie chart very small but takes big area

I have the following page (please look below), with Bootstrap 4 and Google chart. There are 3 black boxes, the one at the right has the google chart pie. The problem I have is the area used for the chart is too big compared with the actual chart.…
MarcosF8
  • 1,848
  • 5
  • 19
  • 33
-1
votes
1 answer

Want to script adding a specific user as a Space Manager to all Google Spaces

Need to add a specific user to be the Space Manager of any Space created in the organization. The function can be done manually, but it will take a while for the inital changes and be tough to manage as Spaces are sporadically added by other users.…
-1
votes
0 answers

How do I use the below API to list all the members from google chat group

Hi does anyone knows how to use this API calling to list the google chat members? https://developers.google.com/chat/api/reference/rest/v1/spaces.members/list I dont have any background in programming and tried input the strings and the gchat group…
-1
votes
0 answers

Multiple Chained Sequential Dialogs in GAS Chat App - non persistent user responses

Should the event.common.filterInputs stay intact across multiple sequential dialogs? Or is there a way to ensure that they are persistent vs overwritten on card/dialog change? function startPOC(event) { try { return { action_response: { …
mobious74
  • 11
  • 3
-1
votes
1 answer

Google Chat - Update Existing Message using Thread Message via Webhook

I am trying to update the existing message in Google Spaces, but it seems my webhook creates a new message every time. Any guidance will be appreciated. if you look at the webhook i shared it contains a thredkey, i successfully created a message…
sub0
  • 23
  • 5
-1
votes
1 answer

My @app.route decorator is not triggering its function

I am new to python and flask and I am encountering a problem with Flask. I am trying to use a local HTTP POST (webhook) to call a function from another file, but when I do nothing happens. from flask import Flask from BotSpeak import main app =…
-1
votes
1 answer

How to render Google chart pdf file using wicked pdf rails 4?

Application setup is rails 4 & wicked pdf. how to render pie chart using google chart in my pdf file?
-2
votes
1 answer

Why is this Python dictionary (Json) returning a syntax error?

I am using the Hangouts Chat API to make a bot, but for some reason my formatted card is getting me a syntax error. This is the variable with the dictionary: bot_message = { "hangouts": { "header": { "title":…
jso_8910
  • 17
  • 6
-4
votes
1 answer

How to add a hyperlink to a chat with a Google Chat Bot at the botton of the page

I am trying to add a link to open a chat with the Google Chat bot or a link to the Google Chat conversation with a bot at the bottom (corner side) of my website/webpage. Put differently, I am looking for a way to embed a Google Chat window in my…
1 2 3
10
11