All Downloads are FREE. Search and download functionalities are using the official Maven repository.

systems-sample.ConversationSystemExample.givexConversation.getBalanceCardWithDynamicAmount.scn Maven / Gradle / Ivy

The newest version!
[language]
javascript

[when]
payload.GetBalance != null && payload.GetBalance.givexNumber.indexOf("111122223333")==0

[execute]
var part = payload.GetBalance.response;
part.responseContent = '\
\
\
' + payload.GetBalance.givexNumber.substr(16) + '\
\
\
' + payload.GetBalance.givexNumber.substr(0, 4) + '\
\
\
';

payload;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy