dialogflow

How to integrate Dialogflow with Chatbase for easier bot analytics?

十年热恋 提交于 2020-01-06 05:26:08
问题 I have created a Conversational Interface for Android With Dialogflow to conduct an intelligent conversation between customer and bot. Now to make it more proficient, I have to integrate Chatbase. As per https://chatbase.com/documentation/dialogflow-integration, Chatbase is currently available only via a server-to-server integration and therefore is incompatible with Dialogflow hosted bots. Is there a way to use the Chatbase with android? 回答1: Perhaps take a look at Webhooks provided by

Dialogflow @sys.email entity is not identifying emails

安稳与你 提交于 2020-01-05 07:12:50
问题 In my intent I am expecting the user to provide his/her email address. I tried using @sys.email entity to identify the email from training phrases, but it is not identifying the email address. What could be the issue ? When I searched the web I saw similar question being asked in some Google Groups, but could not find the answer. EDIT: Here is a screenshot the intent page showing Training Phrases and Actions and Parameter: Other than the email's in screen shot I've tried with several other

Dialogflow @sys.email entity is not identifying emails

回眸只為那壹抹淺笑 提交于 2020-01-05 07:12:12
问题 In my intent I am expecting the user to provide his/her email address. I tried using @sys.email entity to identify the email from training phrases, but it is not identifying the email address. What could be the issue ? When I searched the web I saw similar question being asked in some Google Groups, but could not find the answer. EDIT: Here is a screenshot the intent page showing Training Phrases and Actions and Parameter: Other than the email's in screen shot I've tried with several other

ApI AI app works fine on web simulator but not on Android phone

安稳与你 提交于 2020-01-05 07:07:24
问题 I am trying to create an api.ai based app on Google home. Tested using the web simulator and Google Home, it works completely fine. Application is just in dev mode, not yet send to Google to approve. Now, I tried to test this app from my Android Phone - I think, that I should do it from Google App, but when I said "Ok, Google, talk to " - it just search this utterance, without any real interaction. What I am doing wrong, how it should really work? 回答1: It should work, just double check the

Webhook Global Variable

人走茶凉 提交于 2020-01-05 04:43:32
问题 I have created a node.js webhook for my facebook messenger bot. The bot is built in dialog flow and the database is connected to firebase. My question when a function is invoked in the webhook to log in, after logging in, I get a userID from the database, which I want to store it somewhere in the code so that userID info is available throughout the user session. I am storing it in a global variable. However, this works fine if only one user is using the bot. If another user is using the bot

Dialogflow agent.add not working with promise

为君一笑 提交于 2020-01-05 03:48:09
问题 I'm trying to return data from spreadsheet, the code is working fine, and data appears in the log, but agent.add not working, as expected. I need is to make the dialogflow to response and return the data which I get from spreadsheet. What happen is that in one position of the code, the dialogflow agent.add working as expected, but it's not returning the data which I get form the spreadsheet, see this part: agent.add("status code inside: "+ myCode); // agent.add working, but myCode variable

“Accounts failed to link” error happens when I try to authorize Google Assistant at my Web service

偶尔善良 提交于 2020-01-05 02:34:52
问题 First, I'd like to mention that problems like this had been discussed before in the topics like: How to authenticate user with just a Google account on Actions on Google? But I could not find any information at all related to ways of linking Google Assistant app with my own web server. Problem: GET https://oauth-redirect.googleusercontent.com/r/my-google-assistant-app#access_token=ACCESS_TOKEN&token_type=bearer&state=STATE always returns "Account field to link" error A Way to Reproduce: I

How to get images/attachments sent by user from Facebook messenger bot through Dialog Flow (API.AI)?

偶尔善良 提交于 2020-01-04 05:41:08
问题 I have Chabot powered by Dialog Flow (API.AI) which requires user to send images. I know that when the user clicks on Get Started button in messenger (while starting a conversation with the bot) an intent in Dialog Flow (API.AI) with WELCOME/FACEBOOK_WELCOME event will get triggered. When the user sends simple text message an intent in Dialog Flow (API.AI) with that text in User Says will get triggered. My doubt is there any intent in Dialog Flow (API.AI) that gets triggered when a user sends

Dialogflow authentication programmatically java

风流意气都作罢 提交于 2020-01-04 05:19:34
问题 Hi there I have an issue with the authentication of dialogflow. I know I have to set an GOOGLE_APPLICATION_CREDENTIALS or download Gcloud CLI to acces my agent. But since I am going to use multiple agents I need to login with credentials to my API. So I do not want to use these methods. I saw in an other thread that there is a code available for node.js who does exactly this what I want. Dialogflow easy way for authorization. I want to be able to process my downloaded json file to get acces

Open Mic issue for DialogFlow app

守給你的承諾、 提交于 2020-01-03 04:32:07
问题 My submission of Dialogflow app got denied due to open mic issue. ERROR : "During our testing, we found that your app would sometimes leave the mic open for the user without any prompt . Make sure that your app always says something before leaving the mic open for the user, so that the user knows what they can say. This is particularly important when your app is first triggered. Current implementation : User asks something and app replies back with static text and a static basic card content.