Friday, 28 April 2017

how to end coversation in bot framework using node js

i'm using trigger action and end conversation to end my chat..but it closes the current dialog of the chat...i want end the chat history and i'm trying this code..

bot.dialog('/end', function (session) {
session.endConversation("End Conversation");

}).triggerAction({ matches: /^(exit)|(quit)/i });



via satzvp

No comments:

Post a Comment