Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Create main menu with list

anyone explain how i create exact this same thing in dialgflow cx when click on main menu then it will open list like that.

mashadzaib_0-1742207228587.png

mashadzaib_1-1742207235799.png

 

 

0 2 99
2 REPLIES 2

You can use Dialogflow CX API and create Custom front end and backend you can achive whatever you show in pic add JS in frontend like that .Use event handler if needed 

YashKavaiya_0-1742304022136.png

 EventHandler  |  Dialogflow CX  |  Google Cloud

 

Hi @mashadzaib,

Welcome to Google Cloud Community!

Dialogflow CX is a great tool for managing conversational flow, but it doesn't directly create clickable menus.

You can achieve this by using Intents in Dialogflow. Once Dialogflow understands that the user wants a menu, it can pass that information to your own code through something called a Webhook. This allows you to handle the logic on your end and display the menu in your app however you like.

Here are some helpful links:

Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.