Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
1,302 questions with no upvoted or accepted answers
14 votes
1 answer
3k views

Alternative to Google conversational action after deprecation of conversational action

Google recently announced that Google Conversational action are getting deprecated, and will be removed completely by 13th June 2023. What are the alternatives to the conversational action available ...
Sonali D Bhavsar's user avatar
14 votes
1 answer
541 views

Can I create a federated user in firebase manually using admin authentication api?

I've a web application built using firebase. In my web app, I've google, firebase, twitter signup/signin functionalities. Now I want to integrate this with my api.ai agent and have a seamless ...
Phani's user avatar
  • 1,901
9 votes
1 answer
2k views

Linking Google Assistant with Firebase Auth

I am attempting to connect a Google Assistant app using DialogFlow(Api.AI) with Firebase Auth. My App uses Firebase Auth to maintain user accounts and the realtime database to store data. I would like ...
Zomb's user avatar
  • 911
9 votes
2 answers
2k views

Smarthome app/action doesnt appear in Google assistant companion app under home control

Problem: I ve a problem for long time, where the smarthome app I created with Actions SDK doesnt show up in the Google Assistant app under home control as a test app. I tried 3 different accounts, ...
mehmet's user avatar
  • 91
8 votes
1 answer
2k views

How to send Push notifications - Google Assistant

# index.js const functions = require('firebase-functions'); const DialogflowApp = require('actions-on-google').DialogflowApp; exports.handler = functions.https.onRequest((req, res) => { ...
JISHNU T U's user avatar
8 votes
1 answer
612 views

Google actions not showing cards in test

I've created a simple helper in api.ai to tell and added a few intents with responses that link to google actions. When I link my agent to a google project and test it with those intents i get the ...
Zacky Balkhy's user avatar
7 votes
1 answer
3k views

How to implement a language switch for a multilingual agent in Dialogflow?

I am using Google Dialogflow (with V2 API) and I want to build a bot that can switch between multiple languages if desired by the user. I have set up all intents in different languages and now I want ...
acxcv's user avatar
  • 73
6 votes
1 answer
957 views

The 'Open' button is missing in our Android app

We have recently upgraded our apps so they are in line with Android 12 (API level 31) and built with Flutter version 2.8.1. Google recently approved our apps, yet when we 'Update' the app, the ...
Greg Price's user avatar
6 votes
2 answers
5k views

Error: No handler for requested intent at WebhookClient.handleRequest

Default intent calling a cloud function gives error Error: No handler for requested intent at WebhookClient.handleRequest (/user_code/node_modules/dialogflow-fulfillment/src/dialogflow-fulfillment.js:...
timblistic's user avatar
6 votes
0 answers
792 views

Dialogflow how to DeepLink to launch Android app without the voice confirmation?

I am trying to handle the carousel item selection using DeepLink inside the Android app, using Dialogflow of actions-on-google. The code is: 'use strict'; const dialogflow = require('actions-on-...
srikanth's user avatar
  • 308
6 votes
1 answer
1k views

Slow firestore runTransaction call

I'm currently writing an action that as a part of it, checks and increments an orderID value and responds with it in the conversation. The code currently works, but part of the execution can take up ...
solexious's user avatar
  • 153
5 votes
0 answers
316 views

How to develop a Google Voice app that works with smart devices (Google nest devices) now that Conversational actions will be removed?

I am currently developing an updated version of a voice app that it was previously developed with Google Actions console as a conversational app. However, when started to create a new project for this ...
Daniel Linares's user avatar
5 votes
1 answer
896 views

Control web apps via Google Assistant

I am evaluating whether to build a native Android app vs. a progressive web app (PWA). PWAs seem to gain a lot of traction recently, and especially on Android with Chrome (+ Desktop) seem to support a ...
Julian's user avatar
  • 51
5 votes
1 answer
1k views

Google smart home command for blinds

I would like to control blinds using google smart home action. How can I create commands like "turn/put my blind up/down" ? What device traits should I use? It seems OnOff trait doesn't understand up ...
JCT Developer's user avatar
5 votes
0 answers
1k views

Map/Directions Cards & Integrate Actions/Intents such as CALL, EMAIL - With Dialogflow, Actions on Google, NodeJS Client V2

I have been trying to figure out how to construct Maps/Directions Cards using Dialogflow and the NodeJS Client. After doing a little bit of research, I found this SO that explains how to generate a ...
AllJs's user avatar
  • 1,800

15 30 50 per page
1
2 3 4 5
87