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

dialogflow cx form filling

is there any possible way to include boxes to enter data to collect user data, instead of creating a new page for every question? something like this below. I have seen documentation and I see no way of doing this. is there any possible way to do this in cx? or any ideas how to approach this in a different way only for this part?

venkat_908_0-1715280288664.png

 

Solved Solved
4 1 318
1 ACCEPTED SOLUTION

Hi,

you will need to create a custom webchat integration with some custom payload to render those boxes:

https://cloud.google.com/dialogflow/cx/docs/concept/fulfillment#payload

For the custom webachat you can refer to the custom integration docs and examples: https://cloud.google.com/dialogflow/cx/docs/concept/integration

 

View solution in original post

1 REPLY 1

Hi,

you will need to create a custom webchat integration with some custom payload to render those boxes:

https://cloud.google.com/dialogflow/cx/docs/concept/fulfillment#payload

For the custom webachat you can refer to the custom integration docs and examples: https://cloud.google.com/dialogflow/cx/docs/concept/integration