dialogflow

Use multivocal libary to configure repeat intent in Dialogflow for VUI

无人久伴 提交于 2020-02-25 04:12:29
问题 I'm trying to configure my VUI to repeat a sentence in Dialogflow when it is prompted for this. Little back story, I am helping develop a social robot for elderly so repeating a sentence is a much needed feature. I just started on this project and the previous developer responsible for this is gone and not reachable, also, I have no experience in Node.js. I am looking to use the multivocal for this. These are the steps I have done so far: Created an intent called 'Repeat'. Added training

Send push notification title to its invocation intent in Actions on Google

时间秒杀一切 提交于 2020-02-25 04:07:11
问题 I'm sending push notifications in Actions on Google (ref this official documentation). So once I send the notification I'm sending title in it. So it looks like this, where A Very Happy Birthday, Jay Patel is the title that I've sent. So once I click on the notification, it opens Google Assistant and invokes the intent (configured in this step), but it doesn't specify any contexts or other data regarding that notification so I'm not getting a person name that I've specified in title or any

Dialogflow Fulfilment webhook call failed

北慕城南 提交于 2020-02-24 11:57:47
问题 I am new to dialogflow fulfillment and I am trying to retrieve news from news API based on user questions. I followed documentation provided by news API, but I am not able to catch any responses from the search results, when I run the function in console it is not errors. I changed the code and it looks like now it is reaching to the newsapi endpoint but it is not fetching any results. I am utilizing https://newsapi.org/docs/client-libraries/node-js to make a request to search everything

Updating List of Entity Entries of DialogFlow Agent via API

坚强是说给别人听的谎言 提交于 2020-02-07 02:52:11
问题 Have been looking for a way to programmatically update our agent's entity entries for a certain entity type through the DialogFlow API . The purpose is to automate the updating of our entity entries on a scheduled basis (as our entries will be changing daily). Came across this documentation page by Google on batch updating entity entries but have not been able to get anything better than a 404 when testing. Have tried sending POST's via Postman using the supplied path and inserting my project

how to use the Permission helper intent from dialogflow in wehhook c#

萝らか妹 提交于 2020-02-06 13:14:02
问题 I'm new to dialogflow and trying to use permission handler to ask for location permission using .NET core webapi. I've created intent, entities and event(google.assistent.permission) in dialogflow console. Now I want to send a request from my webapi to send the request to access location. Can somebody please provide a code sample how to send request to access location from my webhook? 回答1: You need to include the helper intent DialogFlow JSON as part of the payload: WebhookResponse response;

how to use the Permission helper intent from dialogflow in wehhook c#

拜拜、爱过 提交于 2020-02-06 13:10:30
问题 I'm new to dialogflow and trying to use permission handler to ask for location permission using .NET core webapi. I've created intent, entities and event(google.assistent.permission) in dialogflow console. Now I want to send a request from my webapi to send the request to access location. Can somebody please provide a code sample how to send request to access location from my webhook? 回答1: You need to include the helper intent DialogFlow JSON as part of the payload: WebhookResponse response;

How to setup a complicated 'IsList' parameter in Dialogflow

回眸只為那壹抹淺笑 提交于 2020-02-06 10:03:34
问题 I'm looking at this link: Actions and parameters | Dialogflow Documentation | Google Cloud Where it explains 'List parameters' it uses these examples: "I want apples" "I want apples and oranges" "I want apples, oranges, and bananas" Then I was wondering if it's possible to set up a 'List parameter' to handle something like this: "I want 7 apples, 8 oranges and 12 bananas" So you'd have a sort of Key - Value pair list. Pseudo code: List<KeyValuePair<string, int>> fruitList = new List

How to setup a complicated 'IsList' parameter in Dialogflow

女生的网名这么多〃 提交于 2020-02-06 10:03:27
问题 I'm looking at this link: Actions and parameters | Dialogflow Documentation | Google Cloud Where it explains 'List parameters' it uses these examples: "I want apples" "I want apples and oranges" "I want apples, oranges, and bananas" Then I was wondering if it's possible to set up a 'List parameter' to handle something like this: "I want 7 apples, 8 oranges and 12 bananas" So you'd have a sort of Key - Value pair list. Pseudo code: List<KeyValuePair<string, int>> fruitList = new List

get json data from realtime database to Dialogflow inline editor (google assistant)

耗尽温柔 提交于 2020-02-04 05:46:12
问题 Beginner here on programming, I'm working on my free time on a project which is related to Google Assistant, for the first time i'm using the Firebase Realtime Database and don't know how to get the data from there, the code below is in Dialogflow's inline editor, where is category1 2 and 3 inside those are students with credits. I have made some changes and put these three (categories1 2 and 3) in the database picture below, i want to remove these three categories from code and replace it

Is it possible to display Dialogflow chatbot into android app per API?

感情迁移 提交于 2020-02-02 16:20:19
问题 Currently started my journey with Dialogflow,is it possible to display the message from the chatbot into my android app per API? 回答1: There are 3 ways to integrate Dialogflow into your Android App: using Rest API which is not an easy job and frequent issues while creating the request payloads. using Android Client by Dialogflow which most stable and featureful as of now but not updated in a year for new Beta features coming in V2. using Java API client which is still evolving but supports