cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
337
Views
0
Helpful
1
Replies

how to init finesse.restservices classes ?

ikunalrai
Level 1
Level 1

how to init finesse.restservices classes ?

1 Accepted Solution

Accepted Solutions

ewindgat
Level 5
Level 5

Is this in JavaScript? You should be using the APIs outside of the Finesse Desktop. Or, the function you are mentioning is part of the Finesse.js library and may be called inside of Finesse. You do not need to initiate it.

For example, in the Finesse Desktop you could do something like this...

finesse.restservices.Dialog.Actions = {

DROP: "DROP",

ANSWER: "ANSWER",

HOLD: "HOLD"

};

View solution in original post

1 Reply 1

ewindgat
Level 5
Level 5

Is this in JavaScript? You should be using the APIs outside of the Finesse Desktop. Or, the function you are mentioning is part of the Finesse.js library and may be called inside of Finesse. You do not need to initiate it.

For example, in the Finesse Desktop you could do something like this...

finesse.restservices.Dialog.Actions = {

DROP: "DROP",

ANSWER: "ANSWER",

HOLD: "HOLD"

};