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

Dialog Flow CX Custom Entity Not Working As Condition on page

I created a new custom entity called ptype with values "existing" and "new", no synonym turned on. Then on a page I have no intent, I set in parameters the display name as patient_type For entity i choose my custom entity: @ptype required turned…
0
votes
0 answers

Unable to integrate Dialogflow CX Messenger Integration

I am using dialogflow CX to develop agents and I would like to test the rich content media like buttons which is not possible in the Test Agent Simulator. I am trying to integrate Dialogflow messenger but the enable button is grayed out. Image…
CsG.
  • 86
  • 5
0
votes
0 answers

How to change startTime of time-period Dialogflow CX

If I say that I want a time range of before noon tomorrow, the chatbot automatically assumes the time range is from the current time (today) until noon tomorrow. Can I edit the sys.time-period.startTime attribute to make it 5am (or something…
0
votes
0 answers

How can I get the conversation between a user and bot in dialogflow cx?

I know that it is possible to save the logs by enabling cloud logging. But I just want to download the conversations like as it has in the conversation history. I tried using method: projects.conversation.get but it didn't work because it returns…
0
votes
0 answers

Unable to delete google cloud project due of dependencies

I'm trying to close my google cloud subscription by deleting all the available projects. I couldn't able to delete one of the projects either by ui or with the following command. gcloud projects delete projectid-123 `ERROR: (gcloud.projects.delete)…
0
votes
0 answers

Update page parameter responses without overwriting DTMF settings

I'm trying to update responses of page parameters using the SDK, but I'm running into an issue where the DTMF settings that I've set via the web UI are being disabled when I update the responses via the sdk. I've tried adding a first level…
Jordi
  • 3,041
  • 5
  • 17
  • 36
0
votes
0 answers

Clickable options available per condition

I'm building an agent in Dialogflow CX, and I want a yes/no clickable option to pop up when a specific condition is met. More specifically, if the user chooses they want an order for delivery, I want follow up and ask if they want to use a…
0
votes
0 answers

Dialogflow CX - Keeping Date Parameters in Page Transitions

I'm having this issue in dialogflow cx where the only problem is that my transition route keeps the parameter value like " { "day": 1, "month": 1, "year": 2024 } ADDED" but will only go to the next page if i send the date twice! Can anyone help me?…
0
votes
0 answers

How can I integrate DialogflowCX with WhatsApp?

i want to know how can i integrate Dialogflow CX with WhatsApp, or is there another way? I tried Kommunicate but i don't want to work with that platform. Thanks I have looked so many pages and still cant integrate, please help?
0
votes
1 answer

Why Choose Dialogflow Messenger Despite Its Limitations?

Been pondering a bit on Dialogflow Messenger. It's still in beta, support and compatibility might be hit or miss, and it's specifically mentioned that it's designed for public data only. Plus, it allows unauthenticated individuals to query the…
Rob Lubow
  • 49
  • 5
0
votes
0 answers

Problem with voice responses in dialogflow cx - Genesys cloud

I have integrated google Dialogflow CX in genesys cloud. I'm developing Dialogflow CX integration and noticed that from calling Call Dialogflow CX Bot action till prompt in bot is heard it takes about 5 seconds, which is kind of long. I've got both…
0
votes
1 answer

Dialogflow CX - accessing language code in flexible webhooks

I am using flexible webhooks. After an intent has been matched, I want to make a flexible webhook call and I want to pass the detected language code to my webhook controller. I know that the language code is present in the standard webhook requests…
Peter
  • 93
  • 1
  • 1
  • 3
0
votes
0 answers

Dialogflow CX Webhook requests parameter not saving?

The webhook parameter value set is not saving or rather seems to not extract. The response body is shown as below. { "is_authenticated": true } I have tried to manipulate the field path which I don't really have much options to begin with,…
0
votes
1 answer

Dialog flow CX web crawling

I am trying to do web crawling using Dialog flow CX to implement FAQ bot which can form Question and answer pair, but I am unable to find any kind of option in it. Can anyone help me out to know if this functionality is present in Dialog flow cx as…
0
votes
1 answer

Google Dialog flow API giving CORS issue

I have created some intents in Google Dialog flow and trying to make a dialog flow api call 'detectIntent' in an Angular application. I'm using ApiAiClient of api-ai-javascript to make the call to Dialog flow. I also use the oAuth2.0 for…
Ashok Ambrose
  • 191
  • 3
  • 17