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

Dialogflow CX: Is there a way to assign the fulfillment message to a session parameter?

Is there a way to copy the fulfillment message to a session parameter in Dialogflow CX? The idea is to have that message available during subsequent routing when matching a "repeat" intent. Assigning the fulfillment to a parameter and subsequently…
Al A
  • 175
  • 2
  • 15
0
votes
0 answers

Unable to use "es-419" locale language for TTS voice response

I created a simple flow using language "es" and locale "es-419", this flow is integrated with Twilio for voice calls using "One-click Telephony" integration. The calls are answered correctly by my flow but the voice response are in spanish from…
0
votes
0 answers

Parameter value is not getting from backend in Dialogflow-CX

I am not able to fetching parameter value from backend. I am calling event _startup from backend and passing parameter name from there. But in Dialogflow-cx console, I am not getting the value. Hereby is my approach. Backend response: {{"session":…
0
votes
0 answers

Role in Dialogflow CX to edit intents (and nothing else)

In Google Dialogflow CX, I want to assign a person rights to only see the intents, and not other parts of the bot. If I assign the pre-made role Dialogflow > Dialogflow Intent Admin, the user cannot see the project. What other roles do I need to…
0
votes
1 answer

Unable to Create DialogFlow CX Intent Using Python API

I'm trying to create Google DialogFlow CX intent using python google-cloud-dialogflow-cxl library. Here is modified snippet code that took from the official documentation to create an intent. However, the did not work as expected. Once i called…
BinRip
  • 43
  • 2
0
votes
1 answer

Dialogflow CX: Intents, Entities and Route Group changes not captured by a version

When I create changes on the intents like creating a new one. I want to saved this in a specific version/environment. However, these new intents are only saved on the draft environment.
0
votes
0 answers

how to solve undefined event for dialogflow cx

i'm able to catch event.detail.response.responseId and event.detail.response.queryResult.languageCode from Dialogflow Api in javascript (in function for df-response-received event). But event.detail.response.queryResult.intent.displayName is…
alex
  • 1
0
votes
0 answers

Connect Twilio and Dialogflow CX for agent handoff

I went through the documentation on both Twilio and Dialogflow CX and have implemeneted an agent on Dialogflow that asks the caller for the direction of their call. I am able to have the handoff and transfer the call, but I need to transfer the call…
0
votes
1 answer

DialogFlowCX console (NOT API) "Invalid update mask" in saving routes

Impossible for me to save any route in the Start flow on DialogFlow CX console. I always get the same message: "invalid update mask.". Tried to re-open browser, switch browser, clear cache and cookies, go on another device but same issue. Can…
0
votes
2 answers

DialogFlow CX forgets events in detectIntent response

I'm using dialogFlow cx from my frontend application with detectIntent request. In every Page I have added two events. sys.no-match-1 that re-prompts user sys.no-match-2 that allows user in case of next no-match to make transition to next specified…
0
votes
2 answers

Using Gen 2 CF instead of Gen 1 CF in Google Cloud

I'm new to this and I need some help with Google Cloud. Basically, I was trying to create a project which uses many different CF and even works with DialogFlow CX. The problem is that if I try to use a Gen 2 CF it gives me authentication problems if…
Gabone
  • 1
0
votes
1 answer

Dialogflow CX - transitioning to previous page from a route group does not re-prompt

I have a "go back" route group that allows the user to go back to the previous page. While this is working, i.e. the flow indeed moves back to the previous page, the agent is not prompting the user after it navigates back. In other words, let's say…
Al A
  • 175
  • 2
  • 15
0
votes
1 answer

Passing parameters directly to Dialogflow CX in Voximplant

I have a Voximplant application with Dialogflow CX integration. I want to pass parameters to Dialogflow CX directly, how do I do it?
user19933337
0
votes
1 answer

How to play sound instead of dial tones

I have a bot in Dialogflow CX with Voximplant. I want to play a typing sound while my customer is waiting for response. How do I do it?
user19933337
0
votes
1 answer

Unable to use the Dialogflow CX REST API

When testing the dialogflow API on postman, I am getting a 404 error even though I have specified the correct URL while providing the correct parameters for the parent values. Authentication is also validated. Any help would be appreciated. For…