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
0 answers

integration of dialogflow virtual agent with agent assist

I've constructed a virtual agent in dialogflow cx and i have set up the agent assist. How can I integrate them and provide management a demonstration? I only need to invoke the agent help when dialogflow encounters the human agent intent. Is it…
0
votes
0 answers

Issues uploading entities via a CSV file in Dialogflow CX

I am having difficulties uploading a CSV file to Dialogflow CX to define entities and their synonyms. Despite following the recommendations on the format of CSV files, I encounter an error message stating "Wrong CSV format: no required value line 1"…
0
votes
0 answers

Identify Non English Chat

How to let chatbot identify if customer is chatting in Chinese? I create a Non English intent but it is not working When customer chatting in Chinese, chatbot will reply "Sorry. I am only able to chat in English"
0
votes
0 answers

training agents inside pages, esp for voice based input

I need to capture an alphanumeric key from a caller (8 digit combo of numerals and alphabets), the test simulator works fine, but on the voice (integrated with a third party contact center IVR)the detection never happens. Further this parameter is…
prabhu
  • 1
0
votes
0 answers

Would like to get suggestion on compare date entered and today's Date in dialoge flow CX

I am little new to google dialog flow cx. I have scenario where I need to compare a date which is user entered with today's date and find if it is past date or present/future. I have a call flow based on the condition. I am trying to take today's…
0
votes
0 answers

Dialogflow CX - How to reference webhook tag in flexible webhook request payload?

I started using a flexible webhook in Dialogflow CX to manage some smaller backend tasks. Given the simplicity of my backend tasks, I prefer the flexible webhook which is less overhead especially when responding to the request. Now I have two…
Thomas W.
  • 326
  • 4
  • 12
0
votes
0 answers

Is it possible to stream response to Dialogflow CX?

I have been working with implementing GPT responses in Dialogflow CX. As GPT responses can be made to stream directly as they are generated (creating a "typewriter effect") I wonder if it is possible to direct this stream as a response to…
Arash
  • 63
  • 5
0
votes
0 answers

Is there any way we can recover the deleted Dialogflow CX agent?

Hi need help with recovering an agent that was accidentally deleted from the Dialogflow CX Console. Can someone guide with potential steps that can be followed to recover this. FYI We do not have any backup blob files to restore from We had audit…
0
votes
0 answers

Event Handlers | Custom Event

I've set "Play pre-recorded audio" on one page. After the playing audio has finished, I'm going to make Dialogflow CX go to the "End Session" page. How can I set an event handler to handle the playback finished event? Also, if I need to define a…
0
votes
0 answers

Problem with voice responses in dialogflow cx

I have a problem with Dialogflow CX. I have created a bot for chat and voice, with dialogflow using nodejs. In chat it works very well, the answers are fast, but in voice the answers take a long time, sometimes up to a minute, as if the voice…
Shera
  • 1
0
votes
1 answer

Where can I find the Conversational Profile Link when integrating Dialogflow CX with Voximplant?

Currently I integrated an agent of Dialgoflow CX with Voximplant. I am having trouble adding an EventListener with CCAI.Conversation. It seems that I need to add the conversational profile link of Dialogflow CX, but I'm not sure where to find…
0
votes
0 answers

Get unresolved text/input from Dialogflow cx entities

I am designing a weather bot, which will show different weather details based on a day. if(today) -> "Currently, in New York City, it is mostly cloudy with a high of 65°F and a low of 55°F. There is a 30% chance of rain…
0
votes
1 answer

Pause 3 seconds between array elements in dialogflow cx using $sys.func

In dialogflow cx, I have a $session.params.perks in perks I have 9 elements which come from backend. Now for customer bot need to utter the voice saying "here are the perks we offer $session.params.perks" But the problem is for each perk I need add…
Janaki
  • 1
  • 1
0
votes
1 answer

Dialogflow CX - pass back parameters with custom event using custom payload

In Dialogflow CX I'm generating a series of cards in Dialogflow Messenger using a custom payload. Each card has a button that correctly triggers a custom event in the agent when clicked. What I cannot find documentation on, is how to include…
0
votes
0 answers

DialogFlow CX API, How to create entities under an existing entity type with nodejs

How can I create entities under an existing entity type with the DialogFlow CX API using nodejs? I have already looked at [this question],(Hi is it possible to create an entity in Dialogflow using Node.js?) however the answers can't add entities to…
DevKev
  • 1
  • 1