Questions tagged [api-ai]

Api.ai has been renamed to Dialogflow and is a Conversational User Experience Platform. Build brand-unique, natural language interactions for bots, applications, services, and devices.

169 questions
0
votes
1 answer

Account Linking in DialogFlow happening only once

I am using Account Linking with OAuth - Authorization type in DialogFLow and added it for one of the Intent(lets say Intent name is Secret). When I tested it for first time in test simulator, it did ask for sign-in and sign-in was successful. From…
0
votes
0 answers

Google Actions - remove cache before calling the intents

I am building an action in which I am using an image card and my image is present in the dropbox location. It works really fine but my use case is I need to replace the existing image every week. But when I do so, it still picks up the old image…
Sagar Morakhia
  • 777
  • 6
  • 13
0
votes
0 answers

Is there a way to end a conversation programatically using Node.js in Dialogflow?

Is there a way to end the conversation with code in Node.js? Following the documentation provided by google I've tried using agent.end() but it doesn't work (i guess it did in the first version). I don't want to use set intent as end of conversation…
C Sla
  • 31
  • 1
  • 2
0
votes
1 answer

nodeJS request method not working, I am Pay as you go Plan

I am trying to hit a Railway API from firebase cloud function and it giving me the below error I heard that request method doesn't work free plan, but its still not working even after I upgraded to pay as you go plan // See…
Sri
  • 63
  • 2
  • 10
0
votes
2 answers

how to validate user expression in dialogflow

I have created a pizza bot in dialogflow. The scenario is like.. Bot says: Hi What do you want. User says : I want pizza. If the user says I want watermelon or I love pizza then dialogflow should respond with error message and ask the same…
raj_tx
  • 229
  • 1
  • 5
  • 18
0
votes
1 answer

How to save chatbot input from user using Dialogflow into firebase ( Android Studio )

I want to send money between different PaypalCustomerAccount, every user's transaction would be recorded in UserTransaction table. Example in the photo, PaypalCustomerAccount user_id rmMe7a68kOXIvblu4aah1ZHc7Qx2. When she makes a transaction it will…
Ong Suling
  • 11
  • 4
0
votes
2 answers

session entities not updating in dialogflow entities

Using createSessionEntityTypes I have created a session entity which is added to already existing entity type if I make use of listSessionEntityTypes I can view the created new entity but if I try with my DialogFlow it's not recognized by it. As an…
manu
  • 21
  • 1
  • 4
0
votes
1 answer

Parameters limit on intents

On the intents there's a limitation of 20 parameters. Why does this limit exists? Is there any way to use more than 20 entities in an intent? Thanks! Best whishes.
0
votes
0 answers

Follow-up Intents for Dialogflow

This is the sample conversation. I am encountering a problem linking Follow-Up Intent (4) back to Follow-Up Intent (1).I am creating a DialogFlow agent. In this agent, there are two community clubs with their respective events, courses and…
JuzChoco
  • 53
  • 1
  • 1
  • 9
0
votes
1 answer

Google Action, Implicit Account linking DialogFlow webhook

We are planning to support voice action in our application to add user specific action. For example : If user says "Add milk" to google assistant, "milk" is going to added in application db on user account. For that, I have used Account…
0
votes
1 answer

Is it possible to implement Hands free call using Dialogflow for Google Home

I have some requirement to develop a Hands free call using Dialog-flow with/without using third party apps.Is it possible to implement business services using custom skill for Hands free calls from Google Home.Whether this kind of permission is…
Abhilash G
  • 109
  • 1
  • 11
0
votes
1 answer

Dialogflow Prebuilt agents language

I'm working in a chatbot with EN and ES locales. The default locale is ES. I want to add small talk using prebuilt agents. But here is the problem: Once I import the agent, this agent only appear with ES locale. It means that when I export the…
0
votes
1 answer

Dialogflow - External JWT Token Handling

I have a Laravel app that generates JWT token after login. JWT token is required for handling all other API calls. I am going to be using account linking feature for my dialog flow app that will require me to make API calls these JWT protected…
user9465677
  • 437
  • 4
  • 21
0
votes
1 answer

Exception handling in webhook response - DialogFlow

I have started using dialog flow couple of days back. I have used Java API to act as a webhook where every intent invoke the API and it produces response that can be understandable by dialog flow. There are some occasions where my dialog flow agent…
Arun
  • 609
  • 2
  • 12
  • 33
0
votes
1 answer

Socket hang up exception on Facebook Graph Api on POST call to messages using nodejs

Following is the code i am using to send response of message in nodejs (express) app, which is subscribed to webhooks. I am getting successful random messages from apiAiClient on sending any from the message on the Fb Messenger from the fb page,…