Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
57 views

I build my agent a few days ago and yesterday when I was trying to edit the intents, I saw that the training phrases and responses boards from my intents are not showing, like they are “minimized” or ...
Paulo Matos's user avatar
0 votes
0 answers
30 views

I created a Line chatbot using Dialogflow ES (trial version). Initially, it responded correctly based on the response I had configured. However, all of a sudden, it started falling back to the default ...
Chollada Laohaphansakda's user avatar
0 votes
0 answers
31 views

I have created a new Dialogflow ES agent in my project. The agent trains successfully, but the Web Demo integration will not load. Both the direct link (bot.dialogflow.com/...) and the embedded iframe ...
A G's user avatar
  • 1
0 votes
1 answer
64 views

I built a conversational agent on the old dialogflow ES and I can't seem to find it when I log in to the dashboard. This is a company account. Were old ES agents deleted? I don't see emails about ...
TheWebTech's user avatar
0 votes
0 answers
77 views

In Dialogflow CX, there is no default 'no input' option for the chat model. By default, it has a 30-minute timeout, but I want to reduce the time limit. Is there any way to do this in Dialogflow?
Gnana Soundari S's user avatar
0 votes
0 answers
34 views

So I am developing an AI agent chatbot for a bank website. I am using dialogflow and Python with FastAPI to create the endpoints and the webhook for the dialogflow fulfillment. There is an intent that ...
Michel Merheb's user avatar
1 vote
0 answers
117 views

I am trying to obtain analytics on the most used intents in Dialogflow ES but every time I access the "Analytics" option the screen appears blank. This has been happening to me for about 10 ...
Mariví Mondolo Sosa's user avatar
0 votes
1 answer
106 views

In Dialogflow CX Messenger, how do I display suggestion chips alongside the bot's question, as shown in the official docs? I'm using the Conversational Messenger integration, and I looked at the ...
Caesar's user avatar
  • 9,923
0 votes
0 answers
115 views

I'm trying to deploy a Dialogflow CX bot using df-messenger, and its been great apart from on mobile it presents really badly. Allow-fullscreen="Small" takes it fullscreen on mobile, but it ...
jamesjc's user avatar
  • 19
0 votes
0 answers
38 views

I'm currently working on a pepper robot and would like to know if it's possible to have pepper play music when asked? I'm currently using Dialogflow and chatbot. Ideally when she asked about music she ...
Jade Louise Rose's user avatar
0 votes
0 answers
90 views

I'm facing a persistent issue with Generative AI in Dialogflow ES and I'm hoping someone can help me troubleshoot it. I've been working on creating a chatbot for an online course, and I need to enable ...
Manolo Quesada's user avatar
0 votes
0 answers
116 views

I want to integrate Google DialogFlow with WhatsApp Business number in my application without using any paid 3rd party API. I searched many platforms like Twilio, AiSensy, Kommunicate and many more ...
Jaykant's user avatar
  • 399
0 votes
0 answers
92 views

I want to apply custom CSS like width and height to image which is not possible if I use image rich content it renders the image with original width and height { "richContent": [ ...
Sim's user avatar
  • 447
0 votes
0 answers
72 views

I am trying to trigger a Dialogflow intent with a button click (located in a card) in Google chat. I am currently using the Dialogflow console's fulfillment section to do this. Here is an generic ...
keeb117's user avatar
  • 53
-1 votes
1 answer
73 views

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 '...
MOHD ZAID's user avatar
1 vote
0 answers
42 views

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 ...
julianomqs's user avatar
1 vote
0 answers
36 views

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 ...
Lucas de Paiva Viega's user avatar
0 votes
0 answers
502 views

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 ...
Pawar Rahul's user avatar
0 votes
1 answer
410 views

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 ...
Xito A's user avatar
  • 11
2 votes
0 answers
36 views

I'm a university student majoring in computer science. Please forgive my limited experience as I'm still in the early years of my studies. I'm currently working on a final project to develop a chat-...
김연우's user avatar
0 votes
1 answer
122 views

I'm having trouble retrieving the requests and responses from a chatbot I've created in Dialogflow using the Cloud Logging REST API. The thing is, I can see the name of the log, which is ...
Antonio Torres's user avatar
0 votes
1 answer
99 views

The questions is quite simple, I have developed an agent in Dialogflow-es, it has been trained with N intents and M utterances by intent. Now, I want to automate the training process, or part of it, ...
Abiud Rds's user avatar
  • 129
0 votes
1 answer
113 views

I am creating a robot for consulting people with diabetes, I have a flow in which I will calculate the amount of insulin, in the parameters I ask the user for the amount of carbohydrates and the ...
Константин Вихованець's user avatar
0 votes
1 answer
63 views

I am testing dialogflow CX now. I wonder how can I request user's conversation to specific my own flow? Not request to Default Start Flow. The documentation from google tells me only to Default Start ...
Emjay Ahn's user avatar
0 votes
1 answer
60 views

Is there a way to send a request to Dialogflow ES without executing the fulfillment/webhook if it is activated? I just want to know which intent (intent.displayName) would have been hit. Thanks for ...
Swid's user avatar
  • 1
2 votes
1 answer
115 views

I am doing a simple questionnaire on dialogflow essentials. 10 Questions. Answers on a degree of 1 to 4 Answers can be postponed. Questionnaire tells you how many postponed answers you have when you ...
dot's user avatar
  • 104
0 votes
1 answer
284 views

Google has issued a statement regarding the removal of US-based endpoints and data storage, necessitating a shift to other regional locations. However, a challenge arises as the only available region ...
Eggy's user avatar
  • 103
0 votes
1 answer
226 views

New to DialogFlow. So, I have created a flow which asks the user for their name, email and dob and at the end of dob I have enabled fulfillment which makes an api call to my flask server. Here, I need ...
Dilip's user avatar
  • 131
0 votes
1 answer
174 views

I am having an issue with the dialogflow typescript library (@google-cloud/dialogflow). I have managed to make the dialogflow bot working on the local environment (node/typescript server). However ...
xyz83242's user avatar
  • 846
0 votes
1 answer
93 views

I've set up a Dialogflow webhook with PHP that is working correctly. Receives a query and responds with a text string (shown correctly by the agent). The problem that I have is I can't figure out a ...
from's user avatar
  • 65
1 vote
0 answers
62 views

I am new to programming voice agents with Twilio and Dialogflow. I have an agent up and running with Twilio Studio at them moment. It uses the Dialogflow integration, but I am not happy with the ...
Tim Brückner's user avatar
0 votes
0 answers
236 views

here is my code. class _ChatbotScreenState extends State<ChatbotScreen> { DialogFlowtter? dialogFlowtter; final TextEditingController _controller = TextEditingController(); List<Map<...
AIMJ's user avatar
  • 3
0 votes
1 answer
40 views

if I make conversations in the morning and say yesterday, it took 14 Feb 2024 instead of 15 Feb 2024. I thought it may be a timezone issue if I do conversations after noon, it captures the date ...
vinayak's user avatar
0 votes
0 answers
62 views

So as a disclaimer, I'm extremely new to AI (on my first week of learning), and I've been suggested the following video to get the gist of the creation of a basic chatbot : https://www.youtube.com/...
Hamouchou's user avatar
0 votes
1 answer
116 views

I cant annotate intents any more. Tried to highlight an entity. It didn't. I made a video of above of the issue https://www.loom.com/share/7d05b4231dc4495ea4650842ca0dc047
Martin Swanson's user avatar
1 vote
0 answers
42 views

I'm hoping to get some clarification around the use of entity in DialogFlow ES/CX. We currently use custom entities heavily in our ES instance to handle variety of user inputs and help with context ...
user23055626's user avatar
0 votes
1 answer
119 views

Today we had a problem with dialogflow. We have tried adding training phrases in several dialogflow intents, from different accounts, without getting the changes applied. An agent message appears ...
Lorena Ruiz's user avatar
0 votes
0 answers
88 views

Question: I'm encountering permission issues when attempting to make Dialogflow API calls from my Node.js(NestJs) application deployed on an EC2 instance. Notably, the service account key and roles ...
user3338348's user avatar
2 votes
0 answers
1k views

I want to integrate opeai api with my chatbot built with Dialogflow(ES) But I Keep getting a timeout error how do I fix it? from fastapi import FastAPI from fastapi import Request from fastapi....
Hansika Mannapperuma's user avatar
2 votes
0 answers
121 views

I have a chatbot that uses DF to match the user query to the intent. The backend is built in Python and the frontend in React.js, everything works fine. However, I would like to return a top 3 matches ...
reinjee13's user avatar
0 votes
1 answer
72 views

I was trying to test a code to see if i can take parameters out of intent and read them back to the user, but for some reason this isn't working and I dont know why, this is the code: // See https://...
mohammad abu khurj's user avatar
0 votes
1 answer
75 views

I am creating a reservation system in Dialogflow. I have created a flow to some extent, but I want to insert other intents in the middle of the flow, but I am having trouble understanding where I can ...
平井翔大's user avatar
4 votes
1 answer
1k views

We are trying to develop this chatbot with Dialogflow and fastAPI with Python to generate research papers links. The bot seems to work fine in Dialogflow but the local host with FastAPI seems to have ...
explorer's user avatar
0 votes
1 answer
579 views

In Dialogflow cx I created one page for Open question like "How Can I help you today...?" Once End-user says anything (Example: I need to reset my password), I need to store that entire ...
tharra lavanya's user avatar
0 votes
1 answer
38 views

I'm trying to create an interactive chat bot on my website but I keep getting an error when I try and boot my ruby backend. This is my first time using Ruby so please forgive any silly mistakes. After ...
radriaansNES's user avatar
-1 votes
1 answer
293 views

Am trying to integrate the created dialogflow in my simple html using the iframe code but when i try to open it in the browser, its display error "403. That’s an error.We're sorry, but you do not ...
Daniel's user avatar
  • 1
0 votes
1 answer
360 views

Dialog Flow is pretty decent at extracting date and time entities, even ranges(periods). The problem we are running into is when multiple combinations of date and time ranges are mentioned during the ...
Space Ranger's user avatar
0 votes
1 answer
47 views

I created a working webhook on DialogFlow ES in order to get my solar production with an HTTP requets on my solar edge API. It's perfectly working on DialogFlow but I'm completely unable to make it ...
Thibault Wislez's user avatar
0 votes
0 answers
174 views

I am working on a chatbot system, using a Metahuman Avatar from Unreal Engine. I have to somehow connect my metahuman (avatar) to my Google dialogflow agent. I am using standard REST request for this ...
Ahmed's user avatar
  • 21
1 vote
1 answer
420 views

I'm building a Telegram chatbot with Dialogflow. I'm using Node.js and Dialogflow's inline editor for fulfillment. I want my bot to ask "Can I help you with anything else?" with buttons for &...
Hannah's user avatar
  • 11

1
2 3 4 5
109