Issue DialogFlow: how to import training phrases from a document rather than input manually? Solution If there’s a lot, you could use API to add them programmably. What you need is to add your training phrases to Intent through https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.intents
Continue readingTag: dialogflow-es
Node JS Dialogflow error :INVALID_ARGUMENT: Input text not set.?
Issue I encountered the following error while sending POST request to the Node JS code. There was a similar but unanswered 2 years old question in stackoverflow. So I decided to ask. My code: const dialogflow=require(‘dialogflow’); const config=require(‘../config/keys’); const sessionClient
Continue readingdialogflow-fulfillment-library and express, what to res on?
Issue I’m trying to use the dialog-fulfillment-library with express, without firebase functions. I’m having trouble finding how to res on the agent though. const { WebhookClient, Card, Suggestion } = require(‘dialogflow-fulfillment’); module.exports = function () { let self = {};
Continue readingAll declarations of 'stream' must have identical modifiers api-ai-javascript – Dialogflow
Issue I am trying to integrate Dialogflow in Angular 7. I am getting this error. ** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** Date: 2018-11-22T13:47:11.748Z Hash: 4075ca64830b90f82558 Time: 4597ms chunk {main} main.js, main.js.map
Continue readingNode and DialogFlow Error: UnhandledPromiseRejectionWarning: TypeError: sessionClient.projectAgentSessionPath is not a function
Issue I’m trying to connect from Nodejs to DialogFlow. I have completed all the steps to configure the user agent, the intent, etc. If I lunch with NODEMON the app, all its ok, but when I send a GET or
Continue reading