Directory Adapter class to handle the agent api's data response
This method to formatAddressBookEntries
formatAddressBookEntries(entries);
address book entries
Used to handle the directory response and return the combined directory model object
const directoryAdapter = new CXoneDirectoryAdapter();this.directoryAdapter.handleEvent(data);
the directory api response - state,skill and address book
Generated using TypeDoc
Directory Adapter class to handle the agent api's data response