Built motion from commit (unavailable).|2.4.18
[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 _0x143d=['CustomActionData','stringify','url','../../../../../config/logger','agi','POST','resolve','ndauth_url','/token','password','username','/api/NaturalDialogAssistant/v1/Run','ndaactivity_type','message','Nda','uniqueid','callerid','calleridname','text','access_token','body','channelData','ProjectName','ndagenerate_audio','AudioOutputSettings','CustomAction','custom_action','custom_action_data'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0x143d,0x8e));var _0xd143=function(_0x32b542,_0x4512fa){_0x32b542=_0x32b542-0x0;var _0x554d54=_0x143d[_0x32b542];return _0x554d54;};'use strict';var rp=require('request-promise');var url=require(_0xd143('0x0'));var logger=require(_0xd143('0x1'))(_0xd143('0x2'));module['exports']=function(_0x250894,_0x3505cb){var _0x512819={'method':_0xd143('0x3'),'uri':url[_0xd143('0x4')](_0x3505cb[_0xd143('0x5')],_0xd143('0x6')),'form':{'grant_type':_0xd143('0x7'),'username':_0x3505cb[_0xd143('0x8')],'password':_0x3505cb[_0xd143('0x7')]},'json':!![]};return rp(_0x512819)['then'](function(_0x240b27){var _0x4f599b={'method':'POST','uri':url[_0xd143('0x4')](_0x3505cb['ndassistant_url'],_0xd143('0x9')),'body':{'type':_0x3505cb[_0xd143('0xa')]||_0xd143('0xb'),'channelId':_0xd143('0xc'),'conversation':{'id':_0x250894[_0xd143('0xd')]},'from':{'id':_0x250894[_0xd143('0xe')],'name':_0x250894[_0xd143('0xf')]},'recipient':{'id':_0x250894['dnid'],'name':_0x250894['extension']},'text':_0x3505cb[_0xd143('0x10')],'channelData':{}},'headers':{'Authorization':'Bearer\x20'+_0x240b27[_0xd143('0x11')]},'json':!![]};if(_0x3505cb['project']){_0x4f599b[_0xd143('0x12')][_0xd143('0x13')][_0xd143('0x14')]=_0x3505cb['project'];}if(_0x3505cb[_0xd143('0x15')]=='1'){_0x4f599b['body'][_0xd143('0x13')][_0xd143('0x16')]={'Generate':!![],'PutInStructuredPart':![],'ExpectedFormat':'audio/wav'};}if(_0x3505cb['custom_action']){_0x4f599b[_0xd143('0x12')][_0xd143('0x13')][_0xd143('0x17')]=_0x3505cb[_0xd143('0x18')];if(_0x3505cb[_0xd143('0x19')]){_0x4f599b[_0xd143('0x12')]['channelData'][_0xd143('0x1a')]=_0x3505cb[_0xd143('0x19')];}}logger['info'](JSON[_0xd143('0x1b')](_0x4f599b));return rp(_0x4f599b);});};