I have created a Amazon lex chatbot for raising a ticket in my organisation .Now, I want to host it as desktop application.Is it possible to host lex chatbot as a stand-alone application?If so,can I get any links related to that?I am unable to get any related links for hosting lex as stand-alone application.
You CAN build your own front-end chat application and pass inputs and outputs between Lex and the user yourself using PostText or PostContent. You would also have to parse the Lex response JSON into a user friendly output as well.
You CANNOT, however, if you are trying to "host" your entire Lex bot within your application so that it can be used offline. Your Lex bot is only accessible through AWS servers.