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 -- User Switches Topic -- Switching Flows

Let's say a user switches topics in the middle of a flow. Is there a way to have Dialogflow CX route to the new flow (based on the intent recognition), finish that flow, and come back to where we were before? I know I can set up Route groups, but…
0
votes
0 answers

Connect Google Dialogflow bot to my own API

I’m starting as a intern at a company next week and I need to complete a project for this company in order to graduate from school. They want me to create a ChatBot with Google Dialogflow that is connected to their own API and several Google…
0
votes
1 answer

Entity with accepted value of "No Preference" or "none"

I have a few entities that are design to get user preferences. However, I would like a user to respond with "either" or "any" or "no preference" to indicate that they have no strong preference either way. How do I accomplish this? If I train one of…
0
votes
0 answers

DialogFlowCX console (NOT API) "Invalid update mask" block saving page

I accidentally noticed that the start pages are not saved due "Invalid update mask" error. Googling only leads me to use the API and not the console Look this screencast I will be grateful for your help
0
votes
0 answers

How to make context request in dialogoflow via nodejs sdk?

I would like to know how to create a context dialog, but I don't think anything about how to make this request... can anyone help me? i'm using a lib sdk dialogflow I searched how to do this, but I don't find anything, I don't know how to implement…
0
votes
1 answer

How to get @sys entities in DialogFlow API?

I am writing a Page in DialogFlow CX Node js API. The page have a parameter that uses system entities for example @sys.any. So publishing such information require ids of the resources from dialogFlow. I can use a custom entity Type by following the…
0
votes
0 answers

Dialogflow CX and ES Knowledge connectors

When is the final release date for Knowledge connectors in Dialogflow ES? Is there any news about knowledge connectors for Dialogflow CX?
0
votes
0 answers

How to get user-id with DialogFlow Cx Messenger integration with website

I have the dialogflow cx chat widget integrated with my Joomla site. I want to get the logged in user id so that I can retrieve user specific info. I obtain the logged in user id in my php webhook in $userid and confirmed it is correct. I've added…
TRB
  • 3
  • 2
0
votes
1 answer

DialogFlow Cx webhook response results in "ErrorCode": "INVALID_ARGUMENT", "ErrorMessage": Failed to parse webhook response:

I'm struggling to get my dialogflow Cx webhook response accepted by dialogflow. I am testing my agent from the dialogflow console and am successfully reaching my webhook endpoint and extracting the intent and switching to the correct place in my PHP…
TRB
  • 3
  • 2
0
votes
0 answers

Share setting for users to develop the Chat bot

I can't access my share settings anymore after deleting an agent. I believe I deleted the agent before I deleted all my Shared users now I can no longer access this area of my account.
0
votes
0 answers

How to retrieve DialogFow CX conversations at each step in Node js application?

I want to get conversation history from each conversation step of DialogFow cx messenger into my Node js application directly. I know we can save logs into Google Cloud Logging but meanwhile I want to access directly to check what message was sent,…
0
votes
0 answers

I have problems with the connection of dialogflow cx and firestore database

can someone help me with dialogflow cx webhooks and add data to Firestore, this is my index.js code but it does not store in the database. Thanks Hello, can someone help me with dialogflow cx webhooks and add data to Firestore, this is my index.js…
0
votes
2 answers

Dialogflow CX - Transition to page using sentiment analysis score

Does anyone know if it’s possible to transition to a different page solely off of a sentiment analysis score ($request.sentiment.score) of the end-user’s response? I basically want the agent to ask the end-user a question and then have the agent…
Nate
  • 314
  • 1
  • 2
  • 11
0
votes
0 answers

Unable to get custom payload data from the intent using API v2 without using fulfillment

sample dialogflow data I'm trying to fetch the custom payload data using the API but I'm not able to do it using the get message call, I'm able to get the text response data from the intent but not the custom payload data which is JSON…
user
  • 9
  • 2
0
votes
1 answer

problems with Dialogflow and Microsoft bot emulator

My internship wants me to build a bot in dialog flow and test it in Microsoft bot emulator but I don't know how to convert what I have build into a AIP or a URL link and that is needed to import the bot into Microsoft bot emulator