1.1.2 • Published 5 years ago

buzzeasy-agentassist v1.1.2

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

#Buzzeasy Agent Assistance API Wrapper

There are two methods of calling the Agent Assistance API, using the object, and using the global function

Object

Required Data: .. Agent Assistance Url .. Chat Service Id ..* Auth Token

import{AgentAssistance} from 'buzzeasy-agentassist';
const aaApi = new AgentAssistance({
    apiAddress:"<Url>",
    chatServiceId:"<ChatServiceId",
    authToken:"<AuthToken>"
});
//Returns a promise of Recomendation[]
aaApi.getRecommendations(); 

Function

.. Full url .. Auth Token

import {getRecommendations} from 'buzzeasy-agentassist';
getRecommendations("<Url>","<AuthToken>")
1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago