361 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
83
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 ...
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
59
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
1
answer
169
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
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 ...
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
132
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
1
answer
60
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 ...
0
votes
0
answers
31
views
Dialogflow CX Generator's response always haas an \n at the end
I was using generators in Dialogflow CX and every output response has a "\n" in the end even after fine tuning the prompt and I even tried it with simple output generations instead of ...
0
votes
0
answers
30
views
AgentUtterance is not played to the customer despite showing in the logs
We have integration of nice cxone with google dialogue flow cx. GDF agent we used is in language "fr".
We encountered one weird issue, that one of the dialog response was supposed to be ...
0
votes
1
answer
492
views
Google Conversational agent with Playbook and OpenAPI schema
I have created a simple playbook in Conversational agent. The instruction in the playbook is to connect to tool to search for products. The tool is configured with OpenAPI schema that points to Cloud ...
0
votes
0
answers
104
views
Passing parameters from API to Playbook (Routine)
Given the following API implementation:
const session = client.projectLocationAgentSessionPath(
this.projectId,
this.location,
this.agentId,
this.requestData.sessionId
);
...
0
votes
0
answers
132
views
Vertex AI Conversational Agent Playbook, Session Parameters, Write Prameter Error
When I add a "write parameter" to my playbook, the screen shows the same parameter twice (see screenshot). Moreover, the playbook, that used to produce the right value for that parameter in ...
0
votes
0
answers
69
views
Dialogflox Agent in Streamlit
I recently created a DialogFlow agent and integrated it into a Streamlit application. However, I’m encountering issues with the HTML rendering capabilities of the agent. Specifically, I’m using the ...