ChatBot in Appian

Certified Lead Developer

Hi Team,

I created a Application and I want to add chatbot in that application. Can we do this requirement in Appian? if so what are the steps to implement chatbot.

 Regards,

J Vinay

  Discussion posts and replies are publicly visible

Parents
  • It depends on what work would you like your chatBot to do. If you want it to interact with the application's data, then remember that you'll have to expose your business data to a third party. There are several providers for the same like, Dialog flow, Open AI's chatGPT etc. 

    But for these, you'll have to create an API to send and receive data and do some magic with SAIL to create interfaces that look like chat screen. Or you can build a plugin from scratch for more smoother, jitter-free experience. 

Reply
  • It depends on what work would you like your chatBot to do. If you want it to interact with the application's data, then remember that you'll have to expose your business data to a third party. There are several providers for the same like, Dialog flow, Open AI's chatGPT etc. 

    But for these, you'll have to create an API to send and receive data and do some magic with SAIL to create interfaces that look like chat screen. Or you can build a plugin from scratch for more smoother, jitter-free experience. 

Children