ringcentral / ringcentral-chatbot-js

RingCentral Chatbot Framework for JavaScript
MIT License
11 stars 7 forks source link

Support submit from a dialog #51

Open PacoVu opened 1 year ago

PacoVu commented 1 year ago

Can you add support for submit button from a dialog in the userSubmitted.js

if (message.type !== 'button_submit' && message.type !== 'dialog_submit') { return; }