You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very glad to see your project about react chatbot.
I currently try to build a image stock search chatbot,
It can allow user input query and response image list matched within the chatbot.
After show image list, user can select some of them then as next input to chatbot,
how to imolement such functions?
Generally, chatbot should support customer output, is this implement easy within this project?
The text was updated successfully, but these errors were encountered:
Hey @jasstionzyf, for your case, you'll be looking at using the component attribute within a block to show your list of images. To facilitate clicking to proceed, you can look at params.goToPath. Relevant docs are here:
Very glad to see your project about react chatbot.
I currently try to build a image stock search chatbot,
It can allow user input query and response image list matched within the chatbot.
After show image list, user can select some of them then as next input to chatbot,
how to imolement such functions?
Generally, chatbot should support customer output, is this implement easy within this project?
The text was updated successfully, but these errors were encountered: