5,453 questions
0
votes
0
answers
43
views
DialogFlow ES - Content not loading
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 ...
0
votes
0
answers
20
views
Dialogflow Showing "No Matched Intent" for Clearly Defined Input
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 ...
0
votes
0
answers
18
views
Chatbot workflow
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 ...
0
votes
1
answer
49
views
I built a Dialogflow ES agent and it appears it was deleted
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 ...
0
votes
0
answers
57
views
How to configure No Input or session time out in Dialogflow CX chat model
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?
0
votes
0
answers
30
views
Problem with Automatic Chaining of Follow-Up Events in Dialogflow
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 ...
1
vote
0
answers
108
views
Dialogflow ES Analytics is blank
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 ...
0
votes
1
answer
89
views
How to show suggestion bubbles at the start of a question in Dialogflow CX Messenger?
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 ...
0
votes
0
answers
92
views
Df-Messenger Dialogflow not presenting chat-height & chat-width and allow-fullscreen is oversize
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 ...
0
votes
0
answers
30
views
How can I get Pepper to play music using Dialogflow?
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 ...
0
votes
0
answers
78
views
Dialogflow ES - Generative AI not working despite proper setup and credentials
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 ...
0
votes
0
answers
95
views
Integrate Google DialogFlow with Whatsapp business number without 3rd Party
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 ...
0
votes
0
answers
76
views
dialog flow cx using Image tag for rich content
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": [
...
0
votes
0
answers
58
views
Trigger a Dialogflow intent on button click in Google chat
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 ...
0
votes
0
answers
13
views
how to change parameter enableTextToSpeech and outputAudioEncoding via API
I've used the API to automatically create a new chatbot, and I've figured out almost everything. However, there's one small issue that's preventing my bot from working. I need to change two settings:
...