Questions tagged [dialogflow-cx]

Dialogflow CX is an advanced Natural Language Understanding system from Google that allows building larger, more complicated, flow-based conversation models using an API or graphical web-based UI. These conversation models can be used via an API and offer business logic integration through developer-written fulfillment code. For the classic, simpler, non-graphical, and incompatible NLU from Google, see the dialogflow-es tag.

Dialogflow CX is a more advanced Natural Language Understanding system that is suitable for large or very complex conversational agents. Flows and pages are the building blocks of conversation design, and state handlers are used to control conversation paths.

Dialogflow CX consists of several components including

  • An API that allows you to do conversational processing and get a response from a text or spoken phrase
  • An API and graphical web-based UI that allows you to build the NLU and conversational model
  • The ability to apply additional business logic through fulfillments

There is an older, less advanced, system that was formerly known as just "Dialogflow" (and, before that, "api.ai"). It is now known as Dialogflow ES. Questions about that version specifically should be tagged .

326 questions
0
votes
1 answer

Google Actions: open/redirect to different voice app

From my Google Actions voice app, can I redirect the user to a different voice app? I have multiple Google Actions projects and would like to create one that shows an overview of the others and can redirect the user, on request. However, I cannot…
0
votes
1 answer

Why is Dialogflow CX referencing gcloud's project (project-number)?

I am working the Dialogflow CX Java SDK to execute a list agents command. When, I try to list the agents, I get this exception. io.grpc.StatusRuntimeException: PERMISSION_DENIED: Dialogflow API has not been used in project project-number before or…
BSP
  • 11
  • 2
0
votes
2 answers

google dialogflow conditional response does not work

I have two Entity types (@name and @ surname) . If the customer can enter these two parameters I will send the flow to another page. is it possible can I do this with conditional response? I wrote a simple code like below but It does not work. I…
Ceyhun Tekin
  • 103
  • 1
  • 11
0
votes
0 answers

What version of Dialogflow CX has the class AgentsClient

The online tutorial for using the Java SDK to interact with Dialogflow CX has the following line of code AgentsSettings agentsSettings = AgentsSettings.newBuilder().setEndpoint(apiEndpoint).build(); AgentsClient client =…
BSP
  • 11
  • 2
0
votes
1 answer

Implementation question to call external API with reply more then 5 sec

I use Dialogflow chatbot with voice recognition. My goal is manage external device via Dialogflow. External device can change the state in time range from 30 sec to 30 minutes. Device state have to be taken in consideration by chatbot via…
0
votes
0 answers

Is there a way to export and successively restore into another project DialogFlowCX an agent without losing environments and Flow-parts?

Since a few days I'm working with GCP services, more specifically with DialogFlowCX. Currently for a project I'm trying to Export some DF agents and Import them back into other projects. Using the REST API…
0
votes
1 answer

com.google.apps.framework.request.NotFoundException: No DesignTimeAgent found for project

I've been struggling to find out why the above error is thrown. I've read and tried all the solutions on google but the problem persists. This code snippet throws an error in the line: $response = $sessionsClient->detectIntent($session,…
Morten
  • 33
  • 8
0
votes
1 answer

How To Disable the Input bar in dialogflow CX?

I have a FAQ chatbot in CX. I want the customer to choose from my available options only and not allowing them to type a question. How can I disable the input bar? Please provide details and thank you
Jeff
  • 1
0
votes
1 answer

Does Google Dialogflow have intent recommendation?

I'm switching from IBM Watson Assistant to Google Dialogflow. In WA there's a feature called intent recommendation, which taps into live instances, detects the topics/intents that users want, and groups them together into new recommended intents.…
0
votes
0 answers

Is it possible to push a message to a Dialogflow conversation?

I need to push a message to the end-user after some time of the beginning of the conversation. For example, the end-user starts talking today and subscribes to some kind of event. I would like to send messages from my backend to that conversation…
broncode
  • 1
  • 1
0
votes
0 answers

Dialogflow Facebook messenger webhook - TTS response

I integrated my Dialogflow chatbot with Facebook Messenger and I was so far able to successfully send custom text and audio files from my node.js webhook. The problem is that in order to send audio it must be online and I have to provide its URL.…
0
votes
1 answer

Dialogflow CX import entities as CSV

I want to create a custom entity type to hold a list of 100 product names. In Dialogflow ES, this was easy to do as you could simply import a csv which contained all the entries for the custom entity. eg: "New York City", "New York City", "NYC",…
FarmieBoi
  • 13
  • 2
0
votes
1 answer

Google Dialogflow CX | StreamingDetectIntent doesn't process audio after matching first intent

Environment details OS: Windows 10, 11. Debian 9 (stretch) Node.js version: 12.18.3, 12.22.1 npm version: 7.19.0, 7.15.0 @google-cloud/dialogflow-cx version: 2.13.0 Issue StreamingDetectIntent doesn't process audio after matching the first intent.…
0
votes
0 answers

Optional parameters for form filling in Dialogflow CX

I cannot seem to get dialogflow CX to fill out optional parameters, only when they are required. I want to have the bot ask the user for input, like "Tell me about your experience", and then repeat it back to them, but also give the user the ability…
Nko
  • 1
0
votes
1 answer

How to use parameters is list in dialogflow CX

I have check "is list" in parameters but it does not work https://i.stack.imgur.com/TYyL6.png