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

I have integrated google dialog flow with my flutter project it is responding when running it as desktop app, but not responding as mob app (apk file)

I am developing a chat bot app in which i have used google dialog flow platform and integrated it to my flutter project, it is working and responding normally when running it on desktop but when i m creating it apk file and running it on mobile…
0
votes
1 answer

Dialogflow CX response after conversation is idile

I would like to know if there is a way using DialogFlow CX to get the chatbot to send a follow up message after a certain x period of time when a customer doesn't respond. ie: Customer reaches out, chatbot responses, after 2 minutes, the chatbot…
0
votes
0 answers

If a user's answer is not in intents in Dialogflow, why does the answer change from person to person?

If a user's answer is not in intents in Dialogflow, why does the answer change from person to person? Is it because of the AI learning function? Or is it set randomly? I want to know the algorithm for why it varies from person to person.
jba
  • 1
0
votes
1 answer

Webhook JSON return from Cloud Run Endpoint not showing in Dialogflow CX

I developed a chatbot solution with Dialogflow CX, where a question is made by the user, and Dialogflow uses an unauthenticated webhook (temporary) to call a Cloud Run endpoint. Cloud Run runs a Python code with a Flask application that jasonifies…
razimbres
  • 4,715
  • 5
  • 23
  • 50
0
votes
0 answers

Dialogflow CX some times not recognizing letters correctly. Observed 80% accuracy in identifying but 20% facing difficulty

we are using GCP Dialog flow CX for building BOT for the purpose of automatic query resolve with predefined agent configurations. The user input is an alpha numeric which consists of 2 letters followed by 7 digits. The issue we are facing is, BOT…
Seenu
  • 1
  • 1
0
votes
0 answers

How to Serve UI through script tags

I am trying to host my own chat UI similar to dialogflow messenger. In this product they just add a script tag which then loads and shows the UI. I have the code build in angular (which is converted to HTML after build), want to know if there is…
0
votes
0 answers

Digital Agent Not Playing All Pre-Recorded Audio Files

I recently made a voice bot using pre-recorded audio files for the responses. While the logic/structure of my flows was working fine, there were times where the bot would stall out and do one of the following, depending on the situation: If an…
0
votes
0 answers

Pre-recorded audio files sometimes play in slow motion in Dialogflow CX

I recently made a simple voice bot to be used as a quick demo. For this digital agent, I chose to use pre-recorded audio files, something I haven't done before. I encountered a strange, intermittent problem: sometimes the audio files would be slowed…
0
votes
0 answers

Possibility of dialogflow

im new on dialogflow Dialogflow intents with and without question i already read this question, but its not answer my question. so my requirement is like this I have 100 paragraphs I want to put 100 paragraphs to database when the user asks…
0
votes
0 answers

Dialogflow CX(sending custom pay)

I am using Dialogflow CX and I need to send array elements from Google cloud function to CX Bot, as Custom payload chips response. i.e One chip per array element should be shown in the CX Bot. The length of the array is not fixed and varies. …
Ranjan
  • 1
0
votes
1 answer

Dialogflow CX: capture a parameter from an annoted training phrase

I'm building a chatbot with the Dialogflow-CX V3 console. The bot allows users, among other things, to place an order for a new project. Each project must have a name, so I define a parameter called projectName that the user must provide. I have…
emrys57
  • 6,679
  • 3
  • 39
  • 49
0
votes
0 answers

How to train dialogflow to learn for license truck number

I've used dialog flow for conversation between our truck company and us by using dialog flow link with line app so when truck company inform us the chatbot will automatic reply to truck company and pass details to another group chat to our warehouse…
0
votes
0 answers

Dialogflow integration with Android App UI

Just wondering if there is way to integrate Dialogflow responses with an Android app and control the app’s UI in response to the conversation. Say the user is trying to do something in an mobile app and asks for help. So the app rather than talking…
adko
  • 1,113
  • 2
  • 7
  • 7
0
votes
0 answers

Unable to fetch data using select query

I have used GCP cloud SQL with dailogflow CX there is one table QuestionPageMapping_test it stored all padeId and FlowID of questions that asked by bot. It is used for redo activity. If user wants to go back to any question then user can select…
0
votes
0 answers

Naming conventions

As a begginer in Dialogflow CX I get familiar with so information at docs -Tell me a number. ( yep ) ( what a number is) (no keep talking) 3 - -That's an amazing…