Show the reply to a label from DialogFlow Chat Bot

I need to show the reply from the dialog flow bot in the text lable in the app.

Not in the html embedded one on a webviewer.

Is there a way to do that ??

1 Like

Try the WebviewString property. Check out this little tutorial below. It allows you to take a string from the webviewer and pass it to the app, so you can put it in a label etc.

https://puravidaapps.com/snippets.php#2webviewstring

4 Likes

I will be happy if you can share your blocks, I also need to use the dialogflow in my application and I do not know how

1 Like

I am not understand, how to use that