Skip to main content

Questions tagged [google-chat]

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

1 vote
1 answer
34 views

"Invalid deployment ID" error while setting configuration of Google Chat API

I am trying to create a google chat app but I am getting "Invalid deployment ID" error I am trying to create a google chat app and publishing using the instructions written in https://...
Hulusi Turgut's user avatar
-2 votes
1 answer
29 views

Is it possible to quote a message using the chat-api?

I'm trying to import some data to google chat using the chat API, but searching in the documentation i could'nt find a way to create a message quoting a previous message in the chat. Accordingly to ...
Guilherme Carlos Rodrigues de 's user avatar
0 votes
1 answer
32 views

Google Chat App not receiving messages from some users in the workspace

I've just started experimenting with google chat apps using app script. I followed the instructions on this link: Build a Google Chat app with Google Apps Script I followed this link to publish the ...
Kiran Kumar's user avatar
0 votes
0 answers
18 views

Tooltip implementation for Google chat(hangouts) card v2 template button

We are having a set of buttons in cardV2 template in hangout chat we need to show some button related information to user when user hover over the button using tooltip or other way. Can you guide us ...
Pratik's user avatar
  • 1
0 votes
1 answer
35 views

how to add tooltip in google chat to button

I have a list of values, I have to add this list values in google chat using card v2 button template and when user hover on the button in the google chat, the full description for that button is also ...
Akash Ban's user avatar
0 votes
0 answers
67 views

How do I use Google Chat API with Python [Windows]?

I am trying to make a simple birthday app for Google chat. The logic is pretty simple: Create a list of all employees from an xls file Create another list for employees with upcoming birthdays (in ...
Lutzkan's user avatar
0 votes
0 answers
64 views

Assign value to a parameter from custom payload onClick action on Dialogflow CX

Im kinda new with Dialogflow CX and i'm trying to develop a chatbot with custom payload as Agent reponses when a parameter is empty. At this moment this chat is integrated with google chat for test ...
Christian Matos's user avatar
0 votes
0 answers
26 views

Google Chart API showing wrong values

For one specific user the numbers in the table is showing wrong. The data is directly coming from the database. No issue in DB or backend. I am attaching the picture of the issue. Along with the code ...
Saba's user avatar
  • 15
0 votes
0 answers
68 views

How to make google chat bot send direct messages to user?

There is the following case: there is a Google chatbot, it works in space. The message handler is located in Cloud Functions and runs on node.js . Task: when sending a certain message in space, I need ...
Vladislav65's user avatar
0 votes
0 answers
46 views

Google Chat bot will sometimes diplay an error, sometimes not, when running the same function

Our company is setting a Google Chat bot to help users with some tasks, like automated mails to HR when sick, setting calendar events when on holidays, etc. This bot is also required to call some ...
Nicolas Kretzer's user avatar
1 vote
1 answer
82 views

Dialog Example on page https://developers.google.com/workspace/chat/dialogs is not working

I have slash command with dialog configured to open dialog in my chat app, It was working till yesterday, suddenly it's not working now. It throws "Server error occurred. Please try again." ...
Ravi Anantharamaiah's user avatar
0 votes
0 answers
46 views

How to capture the onButton click event in google chat app?

I am trying to develop a google chat app where we ask a question to a user.. ("How are you?") and then we have a dropdown with values ("Good","Okay") and a Submit button. ...
geekypraveen's user avatar
0 votes
1 answer
385 views

Google Chat app not found. To create a Chat app, you must turn on the Chat API and configure the app in the Google Cloud console. Error in python

I am trying to access chat API to create spaces, groups, do messages and also add attachments for odoo. Now when I try it in python, even though I have followed each step suggested by google and ...
Mubashir Rehman's user avatar
0 votes
0 answers
28 views

Google Chat multiselect input doesn't see my own account

I am making a Google Chat bot with some forms placed in the dialog windows. I decided to use multiselect input and set a Workspace as a data source so I will have typings suggestions when filling the &...
Владислав Стадник's user avatar
0 votes
1 answer
239 views

Google Chat API get list of messages for a space

I am trying to get this example in Python working. def get_msg(): creds = None if os.path.exists('token.json'): creds = Credentials.from_authorized_user_file('token.json', ['https://...
user3460486's user avatar

15 30 50 per page
1
2 3 4 5
14