7be657634c60f36c65ae7d45337a236ba8b6764d
[motion2.git] / server / services / agi / scripts / sestek / nda / index.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x5ff3=['ndaactivity_type','Nda','uniqueid','dnid','access_token','project','body','channelData','ndagenerate_audio','AudioOutputSettings','audio/wav','custom_action','CustomAction','custom_action_data','CustomActionData','info','stringify','url','agi','POST','ndauth_url','/token','password','username','resolve','ndassistant_url'];(function(_0x337537,_0x4ea7b8){var _0x4fdd67=function(_0x59ad18){while(--_0x59ad18){_0x337537['push'](_0x337537['shift']());}};_0x4fdd67(++_0x4ea7b8);}(_0x5ff3,0x17d));var _0x35ff=function(_0x4e069f,_0x4b3625){_0x4e069f=_0x4e069f-0x0;var _0x518506=_0x5ff3[_0x4e069f];return _0x518506;};'use strict';var rp=require('request-promise');var url=require(_0x35ff('0x0'));var logger=require('../../../../../config/logger')(_0x35ff('0x1'));module['exports']=function(_0x380f54,_0x1bb200){var _0x3bd66a={'method':_0x35ff('0x2'),'uri':url['resolve'](_0x1bb200[_0x35ff('0x3')],_0x35ff('0x4')),'form':{'grant_type':_0x35ff('0x5'),'username':_0x1bb200[_0x35ff('0x6')],'password':_0x1bb200[_0x35ff('0x5')]},'json':!![]};return rp(_0x3bd66a)['then'](function(_0x92b403){var _0x4c9fab={'method':_0x35ff('0x2'),'uri':url[_0x35ff('0x7')](_0x1bb200[_0x35ff('0x8')],'/api/NaturalDialogAssistant/v1/Run'),'body':{'type':_0x1bb200[_0x35ff('0x9')]||'message','channelId':_0x35ff('0xa'),'conversation':{'id':_0x380f54[_0x35ff('0xb')]},'from':{'id':_0x380f54['callerid'],'name':_0x380f54['calleridname']},'recipient':{'id':_0x380f54[_0x35ff('0xc')],'name':_0x380f54['extension']},'text':_0x1bb200['text'],'channelData':{}},'headers':{'Authorization':'Bearer\x20'+_0x92b403[_0x35ff('0xd')]},'json':!![]};if(_0x1bb200[_0x35ff('0xe')]){_0x4c9fab[_0x35ff('0xf')][_0x35ff('0x10')]['ProjectName']=_0x1bb200[_0x35ff('0xe')];}if(_0x1bb200[_0x35ff('0x11')]=='1'){_0x4c9fab[_0x35ff('0xf')]['channelData'][_0x35ff('0x12')]={'Generate':!![],'PutInStructuredPart':![],'ExpectedFormat':_0x35ff('0x13')};}if(_0x1bb200[_0x35ff('0x14')]){_0x4c9fab[_0x35ff('0xf')][_0x35ff('0x10')][_0x35ff('0x15')]=_0x1bb200[_0x35ff('0x14')];if(_0x1bb200[_0x35ff('0x16')]){_0x4c9fab[_0x35ff('0xf')][_0x35ff('0x10')][_0x35ff('0x17')]=_0x1bb200[_0x35ff('0x16')];}}logger[_0x35ff('0x18')](JSON[_0x35ff('0x19')](_0x4c9fab));return rp(_0x4c9fab);});};