Hi Axure Users.
Can some one share a sample chat / chatbot app that you have created.
I would like to learn Text feild, Text box and variables with Dynamic panels.
To get inspired and to learn a easy and effective way to build chat bot apps with Axure.
#Thanks
_Wil
Hi,
Refer below related threads,
hey guys,
for my BA-Thesis i would like to implement some kind of an instant messenger like facebook oder whatsapp. Is this possible?!
preferably I would like to implement it for a mobile device with Axure Share. But my first try doesn’t fit. And i don’t know, how to save the text from my probands and display it like on whatsapp in a chat. Does anyone know some help?
Greets Lisa
Hi madsh,
You can also continue to update the row values of the bot repeater within your existing Add Row actions. As @imaverick mentions, though, you’ll also need to add multiple cases within the OnClick event to simulate the full chat conversation. Here’s an example:
Chatbot_Test.rp (77.2 KB)
And a screenshot that shows a conditional case of the Send button:
HTH!
Hello,
What you said in #4 is correct - the repeater loads up each item, one by one, and because it loads the scroll action for each one, it scrolls for each.
One way to solve this is to add a condition to your scroll action: “If value of [[Item.isLast]] equals true”. Then, it will only scroll if it’s loading up the last item in the repeater.
Here’s the modified file: Chatbot_Test_modified.rp (78.9 KB)
-skb
Thanks,
Vikram
1 Like
I did this using Axure
The process was simply to process a refund and it uses Dynamic panel
2 Likes
Hi James,
Thanks for your comment, Can you share us the .rp file?
Would be helpful to learn.
thanks.
_Wil
If you are interested in chatbot development I suggest you read an interview of chatbot developer I have found
Hello Vikram,
Thank you very much for sharing your work has helped me to implement a chat in my project, but I have a doubt that is driving me crazy, where I change the phrase:
“I’m trapped in my can and I can not Call- please send the police.”
Thanks!
Hi! That line of text is coming from the “Send” button’s OnClick condition that fires when the specified variable is not blank and does not contain “police”. You can change the text that gets added by modifying to data that gets added to the repeater in the “Add Rows” action, pictured below:
Thanks very much! done, thanks for your quick reply
1 Like
system
Closed
May 11, 2019, 11:20am
10
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.