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

Lien connection issue while trying to shut down the project

While trying to shut down the project I receive notification that Project has one or more liens. Lien origin is Dialogflow. I was asked to delete the agent. I have done so two days ago but system can still see the lien and does not allow me to shut…
-1
votes
2 answers

How to handler fallbacks in Dialogflow CX

I am working with Dialogflow CX and I want to know if it's possible to trigger a fallback message after n times, for example after 3 tries I would like to send this message "Sorry I could not understand you. One of our agents will be online to help…
-1
votes
1 answer

Employee schedule bot using Dialog flow

I want to make employee task schedule chat bot : for example employee A go to company X at 4pm, employee B go to company Y at 2pm. Chat bot should send task and reminder to employees, and employee A can see his tasks and not employee B tasks and the…
-1
votes
1 answer

Dialogflow CX: Is it possible to verify the value of an intent param in the condition section of the page?

I would like to use Conditions to dispatch the conversation through different Routes depending on the intent entity that appeared in the last user's message: But it only enables me to use the condition $intent.params.entityX != null; when I try to…
Guzmán GP
  • 51
  • 2
  • 6
-1
votes
1 answer

How to create entry message in a flow's Start Page

I am currently exploring Dialogflow CX and struggling to create a simple entry message to greet the user. I googled and found this, conceptually i can understand it, but i am having difficulty to implement the concept. Hoping that anyone here can…
Jeremy
  • 2,516
  • 8
  • 46
  • 80
-2
votes
2 answers

Dialog Flow CX, pricing, by session? by request?

I would like to understand what price will generate my chatboot developed in Dialog Flow CX. I have read the page https://cloud.google.com/dialogflow/pricing but it is not entirely clear to me. With Dialogflow CX, you pay per session? by…
Xavi
  • 13
  • 2
-2
votes
1 answer

integrate Dialogflow v2 with angular 11

i'm using dialogflow in application website but now stopped readonly toKen = environment.dialogFlow.chatbotAngular; readonly client = new ApiAiClient({accessToken : this.toKen}); conversation = new BehaviorSubject([]) …
rymka
  • 1
-4
votes
1 answer

signup a free trial of google DialogFlow cx service

I would like to signup for a free trial of google DialogFlow cx service, but their are different links on their website that made me confused? I created a project on my google account. How can I start a free trial of DialogFlow cx service? Is their…
salma negm
  • 13
  • 3
-5
votes
1 answer

Can we make FAQ skill with over 8000 questions on dialogflow and amazon alexa?

I want to make a google action and an Alexa skill; basically a frequently asked question skill. I have over 8000 questions. What's the best and most efficient way to make this in Dialogflow and Alexa console? What's the limit of intents in…
1 2 3
21
22