5,488
questions
0
votes
0
answers
27
views
Set up Get started button for dialogflow and messenger integration
I am trying to set up a facebook messenger chatbot using dialogflow, and when I am trying to integrate both the services, I get this error message
com.google.dialogflow.bots.common.exceptions....
0
votes
0
answers
10
views
Outdated Responses in Dialogflow ES
I am currently using Dialogflow ES (free tier) for my conversational agent. After updating my backend logic and modifying the agent's responses, I still receive the previous responses during ...
0
votes
1
answer
47
views
configuring agent and intent in Dialogflow es
i'm not able to configure the agent and intent. I'm only getting the 'create fallback intent' and not the 'welcome intent'. I'm setting the custom responses and user expression but getting nothing in '...
0
votes
0
answers
15
views
DialogFlow having trouble importing coffee shop agen
I am having trouble with importing the prebuild agent. It gets stuck on the preparing agent and left it loading screen. Left it loading for over and hour.
I was thinking it would take a few minutes to ...
0
votes
0
answers
51
views
Using Vertex Agent Builder to build a chatbot to answer questions about my website. I have indexed the website as Data Store, but still get no answer
So I have been trying for almost a week now to create a chatbot using Google Vertex Ai Builder (ex "Search & Conversation" feature of Vertex).
I have created a Data Store linking to my ...
0
votes
0
answers
27
views
Adding days in current date in DialogFlow cx
I want to add days in current date for using that as an expiry date.
$sys.func.ADD_DATE($sys.func.NOW(), 4, 'DAYS')
I am using this function but it doesn't generating any response, I also don't want ...
0
votes
0
answers
124
views
Dialogflow Messenger Fulfillment (Custom Payload) - Dialogflow CX
I am new to Dialogflow and have been having this concern for quite sometime. I need to ask the experts here. I wanted to use Custom Payload for my chatbot, to present a list of menu using either list, ...
1
vote
0
answers
33
views
Is it possible to create a Dialogflow project via REST or client?
Is it possible to create a Dialogflow project via REST or client?
I want to automate DialogFlow to use in chatbots, so it would be a nice feature to create the project automatically.
Perused the docs ...
1
vote
0
answers
28
views
Using Dialogflow Mensseger
I'm facing problems when I try customize my Dialogflow Mensseger app. I'm trying to create page with a chatbot, but no matter what I do, I can't do this without a bubble (the little botton on the ...
0
votes
0
answers
21
views
Dialogflow Webhook Not Working When Called from Python Code
we are integrating the Dialogflow webhook service using FastAPI. Everything is working fine, but when we call the Dialogflow API from our Python code, the webhook response is not received. However, ...
0
votes
0
answers
181
views
How to configure dialogflow cx chatbot to send welcome message without waiting for user input?
i tried building a dialogflow cx chatbot and integrated with dialogflow messenger, and want my bot to initiate the conversation, but it does not start the conversation until there is an input from ...
-1
votes
1
answer
119
views
How to Develop Applications for Google Home Devices in 2024
I have been working on creating an Alexa Skill as part of a larger project. Now, I need to develop a similar application for Google Home devices. Initially, I thought this would be straightforward ...
0
votes
0
answers
35
views
Issue with Dialogflow and Cloud Function Integration: No Response in Test Agent UI
I'm facing an issue where my Dialogflow CX agent's webhook, implemented as a Google Cloud Function, appears to receive requests successfully but does not return any response in the Dialogflow test ...
0
votes
0
answers
19
views
Multiple Card Payments Using Dialog Flow Messenger
Does anyone know if it is possible to make more than one credit card payment using DF Messenger without starting a new chat session? For example, if a person has multiple balances and wants to pay 2 ...
0
votes
0
answers
19
views
Passing extra parameters to DilogFlow ES through Rest API
I'm trying to integrate Dialogflow ES into my website Chat portal (live helper chat).
i use REST API to pass user input to the DialogFlow system.
is there any way to pass the user's name and other ...