Join us in building a kind, collaborative learning community via our updated Code of Conduct.

Questions tagged [dialogflow]

Dialogflow was previously named API.AI , if you want to ask any support related question use this tag instead of api.ai tag

-1
votes
0answers
5 views

DialogFlow integration: Slack bot doesn't show responds

I'm using DialogFlow and I've enabled integration for Google Assistant, Telegram and Slack. Google Assistant and Telegram seems to function perfectly. On Slack, When I write to the bot I can see the ...
0
votes
1answer
12 views

sending payload to dialogflow from dialogflow android sdk

I am using Android client of dialogflow - https://github.com/dialogflow/dialogflow-android-client I would like to know how to send payload, lat, lon from my android application to dialogflow. some ...
-1
votes
0answers
5 views

Google assistant cannot cognize userEntities dialogflow v1

wheIn dialogflow, i send userEntities when users connect to my service. In my test version, it works well. but when i upload tis dialogflow integration on AoG Alpha test, Google Assistant cannot ...
0
votes
1answer
14 views

Parse multiple context values in Dialogflow response

I want to send parameter values of previos context in DialogFlow Responses. I know it can be done like #context_name.parameter_name. Problem is in my intent, there are multiple contexts set like ...
-1
votes
3answers
29 views

Dialogflow, chatbot for workplace

I wanted to know if it's possible to make a chatbot for workplace with Dialogflow and if it is how?. Because I made one just to test it, on a facebook site a created. I want to make the same one for ...
0
votes
2answers
19 views

Working time of webhook in dialogflow or alternative

I'm writing a bot for myself, which could, on request, find torrents and download them to my home media center. I receive an error with my webhook: request lives only ~ 5 seconds. Parsers work 1-10 ...
0
votes
1answer
26 views

Failed to parse Dialogflow response into AppResponse because of empty speech response for Ssml response

Trying to figure out the right Dialogflow fulfillment webhook json response. The Json is being generated by .NET Core on AWS Lambda. { "fulfillmentText": "<speak><p>Welcome to Alterians ...
0
votes
1answer
26 views

Unable to match two entities without a whitespace on DialogFlow

I'm want to dialogflow to match the next sentence: Search C1234567 Where the letter C is inside an entity and the 123456 (always integers) caught as number, I did what I'm showing you in the image ...
1
vote
0answers
26 views

How to show multiple basic card as a response in dialogflow webhook

I want to send three basic cards as a response to the user through JSON response via fulfillment in python. So is there any way to do it? P.S. Basically, I want to show three buttons to a user for ...
0
votes
1answer
21 views

Dialogflow entity list on server

I think this question has been asked but there are no clear answers. The question is simple. Can you have an entity list on the server. For example I have a list of Product names on my database ...
1
vote
1answer
27 views

dialogflow fullfilment and firebase response time

I am trying to build a simple chatbot with DialogFlow. My aim is to give information from user question, like : where can I slackline above water in croatia ? I have two parameters (croatia, ...
1
vote
1answer
18 views

Dialogflow: Add training phrases to existing intent

I have a list with training phrases that I would like to import into Dialogflow. I have tried formatting the phrases as a JSON (example: "hello_usersays_en.json"), but I get an error stating "invalid ...
1
vote
1answer
24 views

A listener service always Listening to a particular hotword in iOS

newbie here. I have a client who has a private appstore. The requirement is a dialogflow based chat assistant that can help with an application already deployed in their private app store. They want ...
0
votes
1answer
15 views

Getting data in Firebase using JavaScript in Google Assistant

For example, in my realtime firebase, I have the following structure: Sales: apple 46.00 mango 27.00 When I say to google assistant "How much are my sales for apple?", it will respond ...
0
votes
1answer
19 views

Unable to store a list of variables for a next round of conversation in Dialogflow

I really would love to be able to store an array with string variables obtained during conversation to retrieve during a next turn of conversation, in order to be able to compare an old an a new array....
0
votes
1answer
17 views

Triggering an intent in my dialogflow webhook does not allow use of it's followup intents - RESOLVED

From my Deals List - yes intent, if I direct the user to another intent called Product Details by evoking its action with conv.followup(). It will send the user there with it's expected parameters. ...
2
votes
2answers
172 views

Dialogflow API V2 “End of conversation” flag in webhook request

I am migrating a Dialogflow agent to API V2, and I am having an issue related to the "Set this intent as end of conversation" option My fulfillment webhook relies on the "endConversation": true ...
0
votes
1answer
78 views

creating dialogflow v2 project with serverless

Having issues trying to run a new AWS/Serverless/Dialogflow project. I am sure it is something simple that I am just not seeing. Steps Created initial project using: serverless create --template ...
2
votes
1answer
25 views

Actions on Google Account Linking - Google accounts cannot be used as Auth endpoint urls per our Account Linking policy

I'm trying to setup account linking in dialogflow agent using this documentation, I've created my credentials from the Google cloud platform. when I'm trying to put that credentials data to Actions on ...
0
votes
0answers
45 views

Dialogflow API V2 unity SDK

Is there any workaround for using the new version (V2) of Dialogflow API in Unity? There used to be a SDK for the previous version but apparently it will be discontinued next year...
1
vote
1answer
52 views

What is the difference between no match (red) and no match (blue) in dialogflow analytic?

We already created a chat bot with dialogflow. Now, we want to test it and need some measurement or analytic data to make sure the bot is ready for public. One of the ways we use "Analytic" feature ...
0
votes
1answer
50 views

dialogflow V2 Android SDK

I am new to Dialogflow. We are creating a voice enabled bot similar application in Android. We are following the samples and docs from https://github.com/dialogflow/dialogflow-android-client. When ...
-2
votes
1answer
24 views

Google Actions on a Website?

Can you like with the Test Simulator have an embedded Google Action or use a Live chat style bot on a website with Google Actions responses? Are there any code labs or third party platforms that do ...
0
votes
1answer
15 views

Sending request to Dialogflow from server

I have created a Dialogflow messenger bot by integrating it to Facebook. Now FB send a request to Dialogflow and Dialogflow send the response to FB. FB --> Dialogflow Dialogflow --> FB I want ...
0
votes
0answers
9 views

Access Facebook Messenger User Profile API in DialogFlow

I'm building a cross-platform chatbot in Google's DialogFlow. I'd like to access the Facebook User Profile API to learn the user's first name. I'm struggling to find advice on how (or if) I can make ...
0
votes
1answer
13 views

Ignore accents in user input

My users can type accented words in a sentence. For example they can type Ceili, ceili, Céili,céili,Ceilí, ceilí, Céilí,céilí and I require all these options to match ceili in my entity. Is there a ...
0
votes
0answers
18 views

DeepLink with google actions. First ask is never called

I have verified the app and the website. Deeplink works. But the issue is with the ask conversation. If you put 2 asks, only the last one will be executed but not the first. So for example: app....
1
vote
2answers
56 views

How to send push notification from google assistant through Dialogflow fulfilment in Python

I'm developing chatbot in google Dialogflow for google assistance, I've followed this Documentation for showing Push notifications. I've asked for the permission but now I'm stuck at the last step(...
0
votes
1answer
19 views

Actions on Google - no input prompts being asked as part of conversation flow

I've been looking at the best practice guides for actions on google and specifically I'm trying to implement a 'repeat' feature as outlined here Now it doesn't help that the sample code references ...
0
votes
0answers
17 views

Account Linking not working (Dialogflow)

I have two intents in my Node server (I'm using actions-on -google Node library) to manage account linking flow. The first one looks like this: app.intent("test.login", conv => { conv.ask(new ...
0
votes
0answers
14 views

Dialogflow puts string values to Firebase

I am trying to do a project that turns Led On/Off using dialogflow, firebase and actions on google. I wanted dialogflow to put integer values instead of "0" string values in firebase. What all changes ...
-1
votes
1answer
23 views

How to kick FollowupEvent from dialoflow webhook in Golang

I am not familiar with Go. Could you tell me how to build correct structure of dialogflow.GoogleCloudDialogflowV2WebhookResponse for Followup event. The following code is not working: return ...
1
vote
1answer
27 views

Dialogflow Slack Events

Building a chatbot for Slack with Dialoglow and a custom fulfillment. I want to receive and handle the Slack event when the user opens a dialog with Bot. Event is im_created I've checked on the ...
1
vote
1answer
23 views

How to test NEW_USER handler in JOVO , with google home

I am developing a new google home app. The google action is written in Dialogflow. The web hook is written in node js using JOVO framework. The action requires account linking with OAUTH. I am trying ...
-1
votes
0answers
20 views

Is it possible use webviews outside of FB Messenger?

I'm developing a bot with Dialogflow and Django, and we need something like the webviews on FB Messenger, but we're not goint to use FB for anything. This is an external bot for a website. Is it ...
0
votes
2answers
36 views

Spring-Boot and DialogFlow : Why I receive an anonymous request on my webhook defined in DialogFlow?

I'm creating a web application with Spring Boot that defines a REST API accessible via OAuth2 authentication for use with Google Assistant I configured DialogFlow (Webhook fulfillment configured with ...
0
votes
2answers
28 views

Provide different responses to options in an Assistant List using only Dialogflow?

I have an intent with an Assistant List containing two options, Apples and Cheese. I want to provide a different response to each option chosen. My first attempt was to use follow-up intents for each ...
0
votes
1answer
30 views

Google action console disabled

I've started playing around with Google's Dialogflow and created a simple project. When I go to the Google actions console the Chrome window is grayed out. Is there perhaps something I have missed ...
0
votes
1answer
53 views

Error: 3 INVALID_ARGUMENT: Name 'Hello' does not match patterns DialogFlow

I am working on a project with DialogFlow V2 Api using Nodejs and the following code somehow does not seem to work: var query = req.body.query; const request = { session: sessionPath, ...
0
votes
0answers
51 views

How to integrate Dialogflow API v2 with MS BotFramework using dialogflow-nodejs-client-v2

I am building a bot using MS BotFramework functions and I am trying to use Dialogflow with MS BotFramework but I am failing with setting up configuration. dialogflow-nodejs-client-v2 library requires ...
-1
votes
0answers
14 views

Integration of Dialog flow with skype

Hi I have been working on Dialog flow chat bot. Now I want to integrate this bot with skype, after following exact steps given in documentation I was not able to get any response message from dialog ...
3
votes
2answers
142 views

Dialogflow easy way for authorization

Does there exist an easy way to connect my Dialogflow agent to my node.js code? When I use this code with the correct projectID taken from the Dialogflow agent's settings page, I have the following ...
0
votes
0answers
52 views

Dialog flow to skype Integration error

Dialog flow to skype Integration error- There was an error sending this message to your bot: HTTP status code BadRequest There was an error sending this message to your bot: HTTP status code ...
1
vote
2answers
48 views

How to uniquely identify a user on Dialogflow fullfilment?

I need to send a unique identifier to my web service through Dialogflow Fulfillment so that I can recognize who is making the request. For that I need to uniquely identify a user on Dialogflow ...
0
votes
1answer
34 views

Error creating session context via php sdk

The goal is to create a session context via the PHP V2 SDK like this: $session = $this->contextsClient->sessionName($this->projectId, $this->sessionId); $contextName = $this->...
2
votes
1answer
280 views

dialogflow webhook fulfilment code fails

I am trying to integrate Alexa with Dialogflow and using dialogflow to fulfil intent request. For static intent response i am able to get response correctly but when i am trying to integrate webhook ...
2
votes
2answers
2k views

Error “Empty speech response”

I tried to connect DialogFlow and Actions on Google, so I created some intents, connected the services, added explicit and implicit invocations etc, but when I try the bot in the simulator https://...
6
votes
2answers
1k views

Undefined parameter in Google Action

I have a DialogFlow agent I am trying to test on Google Assistant. I've created a relatively simple Intent called "Set name" with the following Training phrases: My name is Ryan. Bill I'm Steve The ...
0
votes
1answer
17 views

Dialogflow Account Unlinking

I've set up account linking with custom OAuth endpoints for Google Assistant (using Dialogflow) but can't find a way to sign a user out. There are no built-in actions to trigger sign out like there ...
0
votes
2answers
27 views

DialogflowSDK middleware return after resolving a promise

I'm currently playing around with the actions-on-google node sdk and I'm struggling to work out how to wait for a promise to resolve in my middleware before it then executes my intent. I've tried ...