361 questions
0
votes
1
answer
84
views
Vertex AI Agent Builder/Dialogflow CX: Cannot Set ID Key Property for BigQuery Data Store (UI Issue?) - Search Fails for IDs
I'm trying to connect a BigQuery table containing property listings (originally from an Excel/CSV file) to a Vertex AI Agent Builder / Dialogflow CX agent using a Structured Data Store. My goal is to ...
-1
votes
1
answer
136
views
How can I programmatically access to Agent in Google Cloud "Conversational Agent"?
I am using Google Cloud Conversational Agent and I have just created a new agent, that I can test in chat simulator inside the dashboard.
What I see under documentation is that it refers to old ...
0
votes
0
answers
38
views
Twilio Integration and Dialogflow CX
I am trying to integrate Twilio and Dialogflow CX.
In Dialogflow when I click connect to integrate Twilio:
nothing happens
connects to twilio, within seconds the page refreshes back to Dialog Flow CX ...
0
votes
1
answer
60
views
on the gcp dialogflow-cx, how do I set session params on simulator?
I am trying to test a very specific flow on the cx, on the simulator and which requires a session parameter. how do I set it (only for simulator)!
this is how the simulator looks.
it has to be from ...
1
vote
2
answers
2k
views
how could i change the input placehoder in dialogflow messenger?
I need to change the placeholder text of the dialogflow messenger chatbot for customer requirements
<script src="https://www.gstatic.com/dialogflow-console/fast/messenger/bootstrap.js?v=1"...
1
vote
1
answer
171
views
Problem passing input parameters and summary in Playbook Invocation
I'm having trouble passing input parameters and input summary when calling one task playbook from another using the Playbook Invocation feature in Dialogflow CX (Google Cloud Conversational Agents – ...
0
votes
1
answer
48
views
How to trigger Webhook with first message using parameters in intents
Dialogflow CX asks for the name and the user should state it. The input is saved in a parameter and then sent via a webhook to Cloud Functions, which processes the value. When I send the message for ...
0
votes
0
answers
31
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 ...
1
vote
2
answers
5k
views
Is it possible to send images from Dialogflow CX?
I dont find this possibility in the current response types
0
votes
0
answers
28
views
Slack Integration: Routing Routine Agents built in the same space
I've created a Routine Agent that is supposed to route users to other Routine Agents through conditional actions. All the Routine Agents are built in the same space as the main agent. So the main ...
-1
votes
1
answer
746
views
Routing to a playbook / Vertex AI Agent
i saw in a google training video can route a DialogFlow CX agent to a Vertex AI playbook (which I think is now called "agent" as well. The steps are:
From the Building an Agent module, go to ...
0
votes
1
answer
61
views
How to call Dialogflow CX Analytics API from outside Google Cloud?
I'm working with Dialogflow CX and need to access analytics data from outside Google Cloud, such as from Postman or a backend service.
While inspecting the Dialogflow CX Console network traffic, I ...
0
votes
0
answers
59
views
How to use dialogflow cx agent duplication with terraform script
We are creating a Terraform script to clone a Dialogflow CX agent. However, during execution, the existing agent is being replaced instead of being cloned.
Can you please confirm if it is possible to ...
2
votes
3
answers
2k
views
Conditional Response in Google Dialogflow-CX
I have been trying to generate a conditional response for my intent.
As you can see, it is detecting my intent correctly and it is also detecting my parameter; but the conditional responses are not ...
0
votes
2
answers
841
views
Dialogflow CX $param not showing in agent text
I am getting into CX and have a simple agent going but I cannot get the agent to respond with my filled parameter.
I have a page that asks for @DrinkFrequency and @DrinkChoice, I see both get filled ...