
systems-sample.ConversationSystemExample.givexConversation.cancelAuthCardSuccessfully.scn Maven / Gradle / Ivy
The newest version!
[language]
javascript
[when]
payload.Cancel != null && payload.Cancel.givexNumber.indexOf("111122223333") == 0
[execute]
var part = payload.Cancel.response;
part.responseContent = '\
\
\
' + Math.floor((Math.random()*1000000)+1) + ' \
\
\
\
\
\
';
payload;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy