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