purecloud-platform-client-v2 203.0.0 → 204.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -10
- package/dist/node/purecloud-platform-client-v2.js +810 -95
- package/dist/web-amd/purecloud-platform-client-v2.js +810 -95
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +436 -250
- package/dist/web-cjs/purecloud-platform-client-v2.js +2364 -2178
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +556 -221
- package/package.json +5 -2
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +381 -0
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +81 -0
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +139 -2
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +3 -13
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +100 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +30 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -3
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +13 -1
|
@@ -402,7 +402,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
404
|
* @module purecloud-platform-client-v2/ApiClient
|
|
405
|
-
* @version
|
|
405
|
+
* @version 204.0.1
|
|
406
406
|
*/
|
|
407
407
|
class ApiClient {
|
|
408
408
|
/**
|
|
@@ -1820,11 +1820,463 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1820
1820
|
}
|
|
1821
1821
|
}
|
|
1822
1822
|
|
|
1823
|
+
class AgentAssistantsApi {
|
|
1824
|
+
/**
|
|
1825
|
+
* AgentAssistants service.
|
|
1826
|
+
* @module purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
1827
|
+
* @version 204.0.1
|
|
1828
|
+
*/
|
|
1829
|
+
|
|
1830
|
+
/**
|
|
1831
|
+
* Constructs a new AgentAssistantsApi.
|
|
1832
|
+
* @alias module:purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
1833
|
+
* @class
|
|
1834
|
+
* @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
|
|
1835
|
+
* default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
|
|
1836
|
+
*/
|
|
1837
|
+
constructor(apiClient) {
|
|
1838
|
+
this.apiClient = apiClient || ApiClient.instance;
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
/**
|
|
1843
|
+
* Delete an assistant.
|
|
1844
|
+
*
|
|
1845
|
+
* @param {String} assistantId Assistant ID
|
|
1846
|
+
*/
|
|
1847
|
+
deleteAssistant(assistantId) {
|
|
1848
|
+
// verify the required parameter 'assistantId' is set
|
|
1849
|
+
if (assistantId === undefined || assistantId === null) {
|
|
1850
|
+
throw 'Missing the required parameter "assistantId" when calling deleteAssistant';
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
return this.apiClient.callApi(
|
|
1854
|
+
'/api/v2/assistants/{assistantId}',
|
|
1855
|
+
'DELETE',
|
|
1856
|
+
{ 'assistantId': assistantId },
|
|
1857
|
+
{ },
|
|
1858
|
+
{ },
|
|
1859
|
+
{ },
|
|
1860
|
+
null,
|
|
1861
|
+
['PureCloud OAuth'],
|
|
1862
|
+
['application/json'],
|
|
1863
|
+
['application/json']
|
|
1864
|
+
);
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
/**
|
|
1868
|
+
* Disassociate a queue from an assistant.
|
|
1869
|
+
*
|
|
1870
|
+
* @param {String} assistantId Assistant ID
|
|
1871
|
+
* @param {String} queueId Queue ID
|
|
1872
|
+
*/
|
|
1873
|
+
deleteAssistantQueue(assistantId, queueId) {
|
|
1874
|
+
// verify the required parameter 'assistantId' is set
|
|
1875
|
+
if (assistantId === undefined || assistantId === null) {
|
|
1876
|
+
throw 'Missing the required parameter "assistantId" when calling deleteAssistantQueue';
|
|
1877
|
+
}
|
|
1878
|
+
// verify the required parameter 'queueId' is set
|
|
1879
|
+
if (queueId === undefined || queueId === null) {
|
|
1880
|
+
throw 'Missing the required parameter "queueId" when calling deleteAssistantQueue';
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
return this.apiClient.callApi(
|
|
1884
|
+
'/api/v2/assistants/{assistantId}/queues/{queueId}',
|
|
1885
|
+
'DELETE',
|
|
1886
|
+
{ 'assistantId': assistantId,'queueId': queueId },
|
|
1887
|
+
{ },
|
|
1888
|
+
{ },
|
|
1889
|
+
{ },
|
|
1890
|
+
null,
|
|
1891
|
+
['PureCloud OAuth'],
|
|
1892
|
+
['application/json'],
|
|
1893
|
+
['application/json']
|
|
1894
|
+
);
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
/**
|
|
1898
|
+
* Disassociate the queues from an assistant for the given assistant ID and queue IDs.
|
|
1899
|
+
*
|
|
1900
|
+
* @param {String} assistantId Assistant ID
|
|
1901
|
+
* @param {Object} opts Optional parameters
|
|
1902
|
+
* @param {String} opts.queueIds Comma-separated identifiers of the queues that need to be deleted.
|
|
1903
|
+
*/
|
|
1904
|
+
deleteAssistantQueues(assistantId, opts) {
|
|
1905
|
+
opts = opts || {};
|
|
1906
|
+
|
|
1907
|
+
// verify the required parameter 'assistantId' is set
|
|
1908
|
+
if (assistantId === undefined || assistantId === null) {
|
|
1909
|
+
throw 'Missing the required parameter "assistantId" when calling deleteAssistantQueues';
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
return this.apiClient.callApi(
|
|
1913
|
+
'/api/v2/assistants/{assistantId}/queues',
|
|
1914
|
+
'DELETE',
|
|
1915
|
+
{ 'assistantId': assistantId },
|
|
1916
|
+
{ 'queueIds': opts['queueIds'] },
|
|
1917
|
+
{ },
|
|
1918
|
+
{ },
|
|
1919
|
+
null,
|
|
1920
|
+
['PureCloud OAuth'],
|
|
1921
|
+
['application/json'],
|
|
1922
|
+
['application/json']
|
|
1923
|
+
);
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1926
|
+
/**
|
|
1927
|
+
* Get an assistant.
|
|
1928
|
+
*
|
|
1929
|
+
* @param {String} assistantId Assistant ID
|
|
1930
|
+
* @param {Object} opts Optional parameters
|
|
1931
|
+
* @param {Object} opts.expand Which fields, if any, to expand.
|
|
1932
|
+
*/
|
|
1933
|
+
getAssistant(assistantId, opts) {
|
|
1934
|
+
opts = opts || {};
|
|
1935
|
+
|
|
1936
|
+
// verify the required parameter 'assistantId' is set
|
|
1937
|
+
if (assistantId === undefined || assistantId === null) {
|
|
1938
|
+
throw 'Missing the required parameter "assistantId" when calling getAssistant';
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
return this.apiClient.callApi(
|
|
1942
|
+
'/api/v2/assistants/{assistantId}',
|
|
1943
|
+
'GET',
|
|
1944
|
+
{ 'assistantId': assistantId },
|
|
1945
|
+
{ 'expand': opts['expand'] },
|
|
1946
|
+
{ },
|
|
1947
|
+
{ },
|
|
1948
|
+
null,
|
|
1949
|
+
['PureCloud OAuth'],
|
|
1950
|
+
['application/json'],
|
|
1951
|
+
['application/json']
|
|
1952
|
+
);
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
/**
|
|
1956
|
+
* Get queue Information for an assistant.
|
|
1957
|
+
*
|
|
1958
|
+
* @param {String} assistantId Assistant ID
|
|
1959
|
+
* @param {String} queueId Queue ID
|
|
1960
|
+
* @param {Object} opts Optional parameters
|
|
1961
|
+
* @param {Object} opts.expand Which fields, if any, to expand.
|
|
1962
|
+
*/
|
|
1963
|
+
getAssistantQueue(assistantId, queueId, opts) {
|
|
1964
|
+
opts = opts || {};
|
|
1965
|
+
|
|
1966
|
+
// verify the required parameter 'assistantId' is set
|
|
1967
|
+
if (assistantId === undefined || assistantId === null) {
|
|
1968
|
+
throw 'Missing the required parameter "assistantId" when calling getAssistantQueue';
|
|
1969
|
+
}
|
|
1970
|
+
// verify the required parameter 'queueId' is set
|
|
1971
|
+
if (queueId === undefined || queueId === null) {
|
|
1972
|
+
throw 'Missing the required parameter "queueId" when calling getAssistantQueue';
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
return this.apiClient.callApi(
|
|
1976
|
+
'/api/v2/assistants/{assistantId}/queues/{queueId}',
|
|
1977
|
+
'GET',
|
|
1978
|
+
{ 'assistantId': assistantId,'queueId': queueId },
|
|
1979
|
+
{ 'expand': opts['expand'] },
|
|
1980
|
+
{ },
|
|
1981
|
+
{ },
|
|
1982
|
+
null,
|
|
1983
|
+
['PureCloud OAuth'],
|
|
1984
|
+
['application/json'],
|
|
1985
|
+
['application/json']
|
|
1986
|
+
);
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1989
|
+
/**
|
|
1990
|
+
* Get all the queues associated with an assistant.
|
|
1991
|
+
*
|
|
1992
|
+
* @param {String} assistantId Assistant ID
|
|
1993
|
+
* @param {Object} opts Optional parameters
|
|
1994
|
+
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
1995
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
1996
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
1997
|
+
* @param {Object} opts.expand Which fields, if any, to expand.
|
|
1998
|
+
*/
|
|
1999
|
+
getAssistantQueues(assistantId, opts) {
|
|
2000
|
+
opts = opts || {};
|
|
2001
|
+
|
|
2002
|
+
// verify the required parameter 'assistantId' is set
|
|
2003
|
+
if (assistantId === undefined || assistantId === null) {
|
|
2004
|
+
throw 'Missing the required parameter "assistantId" when calling getAssistantQueues';
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
return this.apiClient.callApi(
|
|
2008
|
+
'/api/v2/assistants/{assistantId}/queues',
|
|
2009
|
+
'GET',
|
|
2010
|
+
{ 'assistantId': assistantId },
|
|
2011
|
+
{ 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'expand': opts['expand'] },
|
|
2012
|
+
{ },
|
|
2013
|
+
{ },
|
|
2014
|
+
null,
|
|
2015
|
+
['PureCloud OAuth'],
|
|
2016
|
+
['application/json'],
|
|
2017
|
+
['application/json']
|
|
2018
|
+
);
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
/**
|
|
2022
|
+
* Get all assistants.
|
|
2023
|
+
*
|
|
2024
|
+
* @param {Object} opts Optional parameters
|
|
2025
|
+
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
2026
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
2027
|
+
* @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
|
|
2028
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
2029
|
+
* @param {String} opts.name Return the assistant by the given name.
|
|
2030
|
+
*/
|
|
2031
|
+
getAssistants(opts) {
|
|
2032
|
+
opts = opts || {};
|
|
2033
|
+
|
|
2034
|
+
|
|
2035
|
+
return this.apiClient.callApi(
|
|
2036
|
+
'/api/v2/assistants',
|
|
2037
|
+
'GET',
|
|
2038
|
+
{ },
|
|
2039
|
+
{ 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'],'name': opts['name'] },
|
|
2040
|
+
{ },
|
|
2041
|
+
{ },
|
|
2042
|
+
null,
|
|
2043
|
+
['PureCloud OAuth'],
|
|
2044
|
+
['application/json'],
|
|
2045
|
+
['application/json']
|
|
2046
|
+
);
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
/**
|
|
2050
|
+
* Get all queues assigned to any assistant.
|
|
2051
|
+
*
|
|
2052
|
+
* @param {Object} opts Optional parameters
|
|
2053
|
+
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
2054
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
2055
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
2056
|
+
* @param {String} opts.queueIds Comma-separated identifiers of the queues that need to be retrieved.
|
|
2057
|
+
* @param {Object} opts.expand Which fields, if any, to expand.
|
|
2058
|
+
*/
|
|
2059
|
+
getAssistantsQueues(opts) {
|
|
2060
|
+
opts = opts || {};
|
|
2061
|
+
|
|
2062
|
+
|
|
2063
|
+
return this.apiClient.callApi(
|
|
2064
|
+
'/api/v2/assistants/queues',
|
|
2065
|
+
'GET',
|
|
2066
|
+
{ },
|
|
2067
|
+
{ 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'queueIds': opts['queueIds'],'expand': opts['expand'] },
|
|
2068
|
+
{ },
|
|
2069
|
+
{ },
|
|
2070
|
+
null,
|
|
2071
|
+
['PureCloud OAuth'],
|
|
2072
|
+
['application/json'],
|
|
2073
|
+
['application/json']
|
|
2074
|
+
);
|
|
2075
|
+
}
|
|
2076
|
+
|
|
2077
|
+
/**
|
|
2078
|
+
* Update an assistant.
|
|
2079
|
+
*
|
|
2080
|
+
* @param {String} assistantId Assistant ID
|
|
2081
|
+
* @param {Object} body
|
|
2082
|
+
*/
|
|
2083
|
+
patchAssistant(assistantId, body) {
|
|
2084
|
+
// verify the required parameter 'assistantId' is set
|
|
2085
|
+
if (assistantId === undefined || assistantId === null) {
|
|
2086
|
+
throw 'Missing the required parameter "assistantId" when calling patchAssistant';
|
|
2087
|
+
}
|
|
2088
|
+
// verify the required parameter 'body' is set
|
|
2089
|
+
if (body === undefined || body === null) {
|
|
2090
|
+
throw 'Missing the required parameter "body" when calling patchAssistant';
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2093
|
+
return this.apiClient.callApi(
|
|
2094
|
+
'/api/v2/assistants/{assistantId}',
|
|
2095
|
+
'PATCH',
|
|
2096
|
+
{ 'assistantId': assistantId },
|
|
2097
|
+
{ },
|
|
2098
|
+
{ },
|
|
2099
|
+
{ },
|
|
2100
|
+
body,
|
|
2101
|
+
['PureCloud OAuth'],
|
|
2102
|
+
['application/json'],
|
|
2103
|
+
['application/json']
|
|
2104
|
+
);
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
/**
|
|
2108
|
+
* Update Queues for an Assistant.
|
|
2109
|
+
*
|
|
2110
|
+
* @param {String} assistantId Assistant ID
|
|
2111
|
+
* @param {Array.<Object>} body
|
|
2112
|
+
*/
|
|
2113
|
+
patchAssistantQueues(assistantId, body) {
|
|
2114
|
+
// verify the required parameter 'assistantId' is set
|
|
2115
|
+
if (assistantId === undefined || assistantId === null) {
|
|
2116
|
+
throw 'Missing the required parameter "assistantId" when calling patchAssistantQueues';
|
|
2117
|
+
}
|
|
2118
|
+
// verify the required parameter 'body' is set
|
|
2119
|
+
if (body === undefined || body === null) {
|
|
2120
|
+
throw 'Missing the required parameter "body" when calling patchAssistantQueues';
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
return this.apiClient.callApi(
|
|
2124
|
+
'/api/v2/assistants/{assistantId}/queues',
|
|
2125
|
+
'PATCH',
|
|
2126
|
+
{ 'assistantId': assistantId },
|
|
2127
|
+
{ },
|
|
2128
|
+
{ },
|
|
2129
|
+
{ },
|
|
2130
|
+
body,
|
|
2131
|
+
['PureCloud OAuth'],
|
|
2132
|
+
['application/json'],
|
|
2133
|
+
['application/json']
|
|
2134
|
+
);
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
/**
|
|
2138
|
+
* Create an Assistant.
|
|
2139
|
+
*
|
|
2140
|
+
* @param {Object} body
|
|
2141
|
+
*/
|
|
2142
|
+
postAssistants(body) {
|
|
2143
|
+
// verify the required parameter 'body' is set
|
|
2144
|
+
if (body === undefined || body === null) {
|
|
2145
|
+
throw 'Missing the required parameter "body" when calling postAssistants';
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
return this.apiClient.callApi(
|
|
2149
|
+
'/api/v2/assistants',
|
|
2150
|
+
'POST',
|
|
2151
|
+
{ },
|
|
2152
|
+
{ },
|
|
2153
|
+
{ },
|
|
2154
|
+
{ },
|
|
2155
|
+
body,
|
|
2156
|
+
['PureCloud OAuth'],
|
|
2157
|
+
['application/json'],
|
|
2158
|
+
['application/json']
|
|
2159
|
+
);
|
|
2160
|
+
}
|
|
2161
|
+
|
|
2162
|
+
/**
|
|
2163
|
+
* Create a queue assistant association.
|
|
2164
|
+
*
|
|
2165
|
+
* @param {String} assistantId Assistant ID
|
|
2166
|
+
* @param {String} queueId Queue ID
|
|
2167
|
+
* @param {Object} body
|
|
2168
|
+
*/
|
|
2169
|
+
putAssistantQueue(assistantId, queueId, body) {
|
|
2170
|
+
// verify the required parameter 'assistantId' is set
|
|
2171
|
+
if (assistantId === undefined || assistantId === null) {
|
|
2172
|
+
throw 'Missing the required parameter "assistantId" when calling putAssistantQueue';
|
|
2173
|
+
}
|
|
2174
|
+
// verify the required parameter 'queueId' is set
|
|
2175
|
+
if (queueId === undefined || queueId === null) {
|
|
2176
|
+
throw 'Missing the required parameter "queueId" when calling putAssistantQueue';
|
|
2177
|
+
}
|
|
2178
|
+
// verify the required parameter 'body' is set
|
|
2179
|
+
if (body === undefined || body === null) {
|
|
2180
|
+
throw 'Missing the required parameter "body" when calling putAssistantQueue';
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2183
|
+
return this.apiClient.callApi(
|
|
2184
|
+
'/api/v2/assistants/{assistantId}/queues/{queueId}',
|
|
2185
|
+
'PUT',
|
|
2186
|
+
{ 'assistantId': assistantId,'queueId': queueId },
|
|
2187
|
+
{ },
|
|
2188
|
+
{ },
|
|
2189
|
+
{ },
|
|
2190
|
+
body,
|
|
2191
|
+
['PureCloud OAuth'],
|
|
2192
|
+
['application/json'],
|
|
2193
|
+
['application/json']
|
|
2194
|
+
);
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
class AgentCopilotApi {
|
|
2200
|
+
/**
|
|
2201
|
+
* AgentCopilot service.
|
|
2202
|
+
* @module purecloud-platform-client-v2/api/AgentCopilotApi
|
|
2203
|
+
* @version 204.0.1
|
|
2204
|
+
*/
|
|
2205
|
+
|
|
2206
|
+
/**
|
|
2207
|
+
* Constructs a new AgentCopilotApi.
|
|
2208
|
+
* @alias module:purecloud-platform-client-v2/api/AgentCopilotApi
|
|
2209
|
+
* @class
|
|
2210
|
+
* @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
|
|
2211
|
+
* default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
|
|
2212
|
+
*/
|
|
2213
|
+
constructor(apiClient) {
|
|
2214
|
+
this.apiClient = apiClient || ApiClient.instance;
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
|
|
2218
|
+
/**
|
|
2219
|
+
* Get copilot configuration of an assistant.
|
|
2220
|
+
*
|
|
2221
|
+
* @param {String} assistantId Assistant ID
|
|
2222
|
+
*/
|
|
2223
|
+
getAssistantCopilot(assistantId) {
|
|
2224
|
+
// verify the required parameter 'assistantId' is set
|
|
2225
|
+
if (assistantId === undefined || assistantId === null) {
|
|
2226
|
+
throw 'Missing the required parameter "assistantId" when calling getAssistantCopilot';
|
|
2227
|
+
}
|
|
2228
|
+
|
|
2229
|
+
return this.apiClient.callApi(
|
|
2230
|
+
'/api/v2/assistants/{assistantId}/copilot',
|
|
2231
|
+
'GET',
|
|
2232
|
+
{ 'assistantId': assistantId },
|
|
2233
|
+
{ },
|
|
2234
|
+
{ },
|
|
2235
|
+
{ },
|
|
2236
|
+
null,
|
|
2237
|
+
['PureCloud OAuth'],
|
|
2238
|
+
['application/json'],
|
|
2239
|
+
['application/json']
|
|
2240
|
+
);
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
/**
|
|
2244
|
+
* Update agent copilot configuration
|
|
2245
|
+
*
|
|
2246
|
+
* @param {String} assistantId Assistant ID
|
|
2247
|
+
* @param {Object} body
|
|
2248
|
+
*/
|
|
2249
|
+
putAssistantCopilot(assistantId, body) {
|
|
2250
|
+
// verify the required parameter 'assistantId' is set
|
|
2251
|
+
if (assistantId === undefined || assistantId === null) {
|
|
2252
|
+
throw 'Missing the required parameter "assistantId" when calling putAssistantCopilot';
|
|
2253
|
+
}
|
|
2254
|
+
// verify the required parameter 'body' is set
|
|
2255
|
+
if (body === undefined || body === null) {
|
|
2256
|
+
throw 'Missing the required parameter "body" when calling putAssistantCopilot';
|
|
2257
|
+
}
|
|
2258
|
+
|
|
2259
|
+
return this.apiClient.callApi(
|
|
2260
|
+
'/api/v2/assistants/{assistantId}/copilot',
|
|
2261
|
+
'PUT',
|
|
2262
|
+
{ 'assistantId': assistantId },
|
|
2263
|
+
{ },
|
|
2264
|
+
{ },
|
|
2265
|
+
{ },
|
|
2266
|
+
body,
|
|
2267
|
+
['PureCloud OAuth'],
|
|
2268
|
+
['application/json'],
|
|
2269
|
+
['application/json']
|
|
2270
|
+
);
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2273
|
+
}
|
|
2274
|
+
|
|
1823
2275
|
class AgentUIApi {
|
|
1824
2276
|
/**
|
|
1825
2277
|
* AgentUI service.
|
|
1826
2278
|
* @module purecloud-platform-client-v2/api/AgentUIApi
|
|
1827
|
-
* @version
|
|
2279
|
+
* @version 204.0.1
|
|
1828
2280
|
*/
|
|
1829
2281
|
|
|
1830
2282
|
/**
|
|
@@ -1955,7 +2407,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1955
2407
|
/**
|
|
1956
2408
|
* Alerting service.
|
|
1957
2409
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1958
|
-
* @version
|
|
2410
|
+
* @version 204.0.1
|
|
1959
2411
|
*/
|
|
1960
2412
|
|
|
1961
2413
|
/**
|
|
@@ -2616,7 +3068,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2616
3068
|
/**
|
|
2617
3069
|
* Analytics service.
|
|
2618
3070
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
2619
|
-
* @version
|
|
3071
|
+
* @version 204.0.1
|
|
2620
3072
|
*/
|
|
2621
3073
|
|
|
2622
3074
|
/**
|
|
@@ -3557,6 +4009,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3557
4009
|
* @param {Object} dashboardType List dashboard of given type
|
|
3558
4010
|
* @param {Object} dashboardAccessFilter Filter dashboard based on the owner of dashboard
|
|
3559
4011
|
* @param {Object} opts Optional parameters
|
|
4012
|
+
* @param {String} opts.name name of the dashboard
|
|
3560
4013
|
* @param {String} opts.sortBy (default to desc)
|
|
3561
4014
|
* @param {Number} opts.pageNumber (default to 1)
|
|
3562
4015
|
* @param {Number} opts.pageSize (default to 9)
|
|
@@ -3577,7 +4030,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3577
4030
|
'/api/v2/analytics/reporting/settings/dashboards/query',
|
|
3578
4031
|
'GET',
|
|
3579
4032
|
{ },
|
|
3580
|
-
{ 'dashboardType': dashboardType,'dashboardAccessFilter': dashboardAccessFilter,'sortBy': opts['sortBy'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
|
|
4033
|
+
{ 'name': opts['name'],'dashboardType': dashboardType,'dashboardAccessFilter': dashboardAccessFilter,'sortBy': opts['sortBy'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
|
|
3581
4034
|
{ },
|
|
3582
4035
|
{ },
|
|
3583
4036
|
null,
|
|
@@ -4082,7 +4535,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4082
4535
|
* Query for agent copilot aggregates
|
|
4083
4536
|
*
|
|
4084
4537
|
* @param {Object} body query
|
|
4085
|
-
* postAnalyticsAgentcopilotsAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4086
4538
|
*/
|
|
4087
4539
|
postAnalyticsAgentcopilotsAggregatesQuery(body) {
|
|
4088
4540
|
// verify the required parameter 'body' is set
|
|
@@ -5228,7 +5680,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5228
5680
|
/**
|
|
5229
5681
|
* Architect service.
|
|
5230
5682
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
5231
|
-
* @version
|
|
5683
|
+
* @version 204.0.1
|
|
5232
5684
|
*/
|
|
5233
5685
|
|
|
5234
5686
|
/**
|
|
@@ -9363,7 +9815,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
9363
9815
|
/**
|
|
9364
9816
|
* Audit service.
|
|
9365
9817
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
9366
|
-
* @version
|
|
9818
|
+
* @version 204.0.1
|
|
9367
9819
|
*/
|
|
9368
9820
|
|
|
9369
9821
|
/**
|
|
@@ -9564,7 +10016,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
9564
10016
|
/**
|
|
9565
10017
|
* Authorization service.
|
|
9566
10018
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
9567
|
-
* @version
|
|
10019
|
+
* @version 204.0.1
|
|
9568
10020
|
*/
|
|
9569
10021
|
|
|
9570
10022
|
/**
|
|
@@ -10847,7 +11299,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10847
11299
|
/**
|
|
10848
11300
|
* Billing service.
|
|
10849
11301
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
10850
|
-
* @version
|
|
11302
|
+
* @version 204.0.1
|
|
10851
11303
|
*/
|
|
10852
11304
|
|
|
10853
11305
|
/**
|
|
@@ -10927,7 +11379,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10927
11379
|
/**
|
|
10928
11380
|
* CarrierServices service.
|
|
10929
11381
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
10930
|
-
* @version
|
|
11382
|
+
* @version 204.0.1
|
|
10931
11383
|
*/
|
|
10932
11384
|
|
|
10933
11385
|
/**
|
|
@@ -10997,7 +11449,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10997
11449
|
/**
|
|
10998
11450
|
* Chat service.
|
|
10999
11451
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
11000
|
-
* @version
|
|
11452
|
+
* @version 204.0.1
|
|
11001
11453
|
*/
|
|
11002
11454
|
|
|
11003
11455
|
/**
|
|
@@ -11933,7 +12385,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
11933
12385
|
/**
|
|
11934
12386
|
* Coaching service.
|
|
11935
12387
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
11936
|
-
* @version
|
|
12388
|
+
* @version 204.0.1
|
|
11937
12389
|
*/
|
|
11938
12390
|
|
|
11939
12391
|
/**
|
|
@@ -12510,7 +12962,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12510
12962
|
/**
|
|
12511
12963
|
* ContentManagement service.
|
|
12512
12964
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
12513
|
-
* @version
|
|
12965
|
+
* @version 204.0.1
|
|
12514
12966
|
*/
|
|
12515
12967
|
|
|
12516
12968
|
/**
|
|
@@ -13592,7 +14044,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13592
14044
|
/**
|
|
13593
14045
|
* Conversations service.
|
|
13594
14046
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
13595
|
-
* @version
|
|
14047
|
+
* @version 204.0.1
|
|
13596
14048
|
*/
|
|
13597
14049
|
|
|
13598
14050
|
/**
|
|
@@ -20705,7 +21157,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20705
21157
|
/**
|
|
20706
21158
|
* DataExtensions service.
|
|
20707
21159
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
20708
|
-
* @version
|
|
21160
|
+
* @version 204.0.1
|
|
20709
21161
|
*/
|
|
20710
21162
|
|
|
20711
21163
|
/**
|
|
@@ -20791,7 +21243,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20791
21243
|
/**
|
|
20792
21244
|
* Downloads service.
|
|
20793
21245
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
20794
|
-
* @version
|
|
21246
|
+
* @version 204.0.1
|
|
20795
21247
|
*/
|
|
20796
21248
|
|
|
20797
21249
|
/**
|
|
@@ -20843,7 +21295,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20843
21295
|
/**
|
|
20844
21296
|
* Emails service.
|
|
20845
21297
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
20846
|
-
* @version
|
|
21298
|
+
* @version 204.0.1
|
|
20847
21299
|
*/
|
|
20848
21300
|
|
|
20849
21301
|
/**
|
|
@@ -20908,7 +21360,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20908
21360
|
/**
|
|
20909
21361
|
* EmployeeEngagement service.
|
|
20910
21362
|
* @module purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
20911
|
-
* @version
|
|
21363
|
+
* @version 204.0.1
|
|
20912
21364
|
*/
|
|
20913
21365
|
|
|
20914
21366
|
/**
|
|
@@ -21059,7 +21511,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21059
21511
|
/**
|
|
21060
21512
|
* Events service.
|
|
21061
21513
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
21062
|
-
* @version
|
|
21514
|
+
* @version 204.0.1
|
|
21063
21515
|
*/
|
|
21064
21516
|
|
|
21065
21517
|
/**
|
|
@@ -21155,7 +21607,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21155
21607
|
/**
|
|
21156
21608
|
* ExternalContacts service.
|
|
21157
21609
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
21158
|
-
* @version
|
|
21610
|
+
* @version 204.0.1
|
|
21159
21611
|
*/
|
|
21160
21612
|
|
|
21161
21613
|
/**
|
|
@@ -21250,6 +21702,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21250
21702
|
);
|
|
21251
21703
|
}
|
|
21252
21704
|
|
|
21705
|
+
/**
|
|
21706
|
+
* Delete an External Source. WARNING: Any records that reference this External Source will not be automatically cleaned up. Those records will still be editable, but their External IDs may not be fully viewable.
|
|
21707
|
+
*
|
|
21708
|
+
* @param {String} externalSourceId External Source ID
|
|
21709
|
+
* deleteExternalcontactsExternalsource is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
21710
|
+
*/
|
|
21711
|
+
deleteExternalcontactsExternalsource(externalSourceId) {
|
|
21712
|
+
// verify the required parameter 'externalSourceId' is set
|
|
21713
|
+
if (externalSourceId === undefined || externalSourceId === null) {
|
|
21714
|
+
throw 'Missing the required parameter "externalSourceId" when calling deleteExternalcontactsExternalsource';
|
|
21715
|
+
}
|
|
21716
|
+
|
|
21717
|
+
return this.apiClient.callApi(
|
|
21718
|
+
'/api/v2/externalcontacts/externalsources/{externalSourceId}',
|
|
21719
|
+
'DELETE',
|
|
21720
|
+
{ 'externalSourceId': externalSourceId },
|
|
21721
|
+
{ },
|
|
21722
|
+
{ },
|
|
21723
|
+
{ },
|
|
21724
|
+
null,
|
|
21725
|
+
['PureCloud OAuth'],
|
|
21726
|
+
['application/json'],
|
|
21727
|
+
['application/json']
|
|
21728
|
+
);
|
|
21729
|
+
}
|
|
21730
|
+
|
|
21253
21731
|
/**
|
|
21254
21732
|
* Delete an external organization
|
|
21255
21733
|
*
|
|
@@ -21360,7 +21838,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21360
21838
|
*
|
|
21361
21839
|
* @param {String} contactId ExternalContact ID
|
|
21362
21840
|
* @param {Object} opts Optional parameters
|
|
21363
|
-
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
21841
|
+
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
21364
21842
|
*/
|
|
21365
21843
|
getExternalcontactsContact(contactId, opts) {
|
|
21366
21844
|
opts = opts || {};
|
|
@@ -21663,6 +22141,60 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21663
22141
|
);
|
|
21664
22142
|
}
|
|
21665
22143
|
|
|
22144
|
+
/**
|
|
22145
|
+
* Fetch an External Source
|
|
22146
|
+
*
|
|
22147
|
+
* @param {String} externalSourceId External Source ID
|
|
22148
|
+
* getExternalcontactsExternalsource is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
22149
|
+
*/
|
|
22150
|
+
getExternalcontactsExternalsource(externalSourceId) {
|
|
22151
|
+
// verify the required parameter 'externalSourceId' is set
|
|
22152
|
+
if (externalSourceId === undefined || externalSourceId === null) {
|
|
22153
|
+
throw 'Missing the required parameter "externalSourceId" when calling getExternalcontactsExternalsource';
|
|
22154
|
+
}
|
|
22155
|
+
|
|
22156
|
+
return this.apiClient.callApi(
|
|
22157
|
+
'/api/v2/externalcontacts/externalsources/{externalSourceId}',
|
|
22158
|
+
'GET',
|
|
22159
|
+
{ 'externalSourceId': externalSourceId },
|
|
22160
|
+
{ },
|
|
22161
|
+
{ },
|
|
22162
|
+
{ },
|
|
22163
|
+
null,
|
|
22164
|
+
['PureCloud OAuth'],
|
|
22165
|
+
['application/json'],
|
|
22166
|
+
['application/json']
|
|
22167
|
+
);
|
|
22168
|
+
}
|
|
22169
|
+
|
|
22170
|
+
/**
|
|
22171
|
+
* Fetch a list of External Sources
|
|
22172
|
+
*
|
|
22173
|
+
* @param {Object} opts Optional parameters
|
|
22174
|
+
* @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
|
|
22175
|
+
* @param {Number} opts.limit The number of ExternalSources per page; must be between 10 and 200, default is 100
|
|
22176
|
+
* @param {String} opts.name Filter by external source name. Filtering is prefix filtering and not an exact match
|
|
22177
|
+
* @param {Boolean} opts.active Filter by active status of external source
|
|
22178
|
+
* getExternalcontactsExternalsources is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
22179
|
+
*/
|
|
22180
|
+
getExternalcontactsExternalsources(opts) {
|
|
22181
|
+
opts = opts || {};
|
|
22182
|
+
|
|
22183
|
+
|
|
22184
|
+
return this.apiClient.callApi(
|
|
22185
|
+
'/api/v2/externalcontacts/externalsources',
|
|
22186
|
+
'GET',
|
|
22187
|
+
{ },
|
|
22188
|
+
{ 'cursor': opts['cursor'],'limit': opts['limit'],'name': opts['name'],'active': opts['active'] },
|
|
22189
|
+
{ },
|
|
22190
|
+
{ },
|
|
22191
|
+
null,
|
|
22192
|
+
['PureCloud OAuth'],
|
|
22193
|
+
['application/json'],
|
|
22194
|
+
['application/json']
|
|
22195
|
+
);
|
|
22196
|
+
}
|
|
22197
|
+
|
|
21666
22198
|
/**
|
|
21667
22199
|
* Fetch an external organization
|
|
21668
22200
|
*
|
|
@@ -22672,6 +23204,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22672
23204
|
);
|
|
22673
23205
|
}
|
|
22674
23206
|
|
|
23207
|
+
/**
|
|
23208
|
+
* Create an External Source
|
|
23209
|
+
*
|
|
23210
|
+
* @param {Object} body External Source
|
|
23211
|
+
* postExternalcontactsExternalsources is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
23212
|
+
*/
|
|
23213
|
+
postExternalcontactsExternalsources(body) {
|
|
23214
|
+
// verify the required parameter 'body' is set
|
|
23215
|
+
if (body === undefined || body === null) {
|
|
23216
|
+
throw 'Missing the required parameter "body" when calling postExternalcontactsExternalsources';
|
|
23217
|
+
}
|
|
23218
|
+
|
|
23219
|
+
return this.apiClient.callApi(
|
|
23220
|
+
'/api/v2/externalcontacts/externalsources',
|
|
23221
|
+
'POST',
|
|
23222
|
+
{ },
|
|
23223
|
+
{ },
|
|
23224
|
+
{ },
|
|
23225
|
+
{ },
|
|
23226
|
+
body,
|
|
23227
|
+
['PureCloud OAuth'],
|
|
23228
|
+
['application/json'],
|
|
23229
|
+
['application/json']
|
|
23230
|
+
);
|
|
23231
|
+
}
|
|
23232
|
+
|
|
22675
23233
|
/**
|
|
22676
23234
|
* Fetch a contact using an identifier type and value.
|
|
22677
23235
|
* Phone number identifier values must be provided with the country code and a leading + symbol. Example: "+1 704 298 4733"
|
|
@@ -22956,6 +23514,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22956
23514
|
);
|
|
22957
23515
|
}
|
|
22958
23516
|
|
|
23517
|
+
/**
|
|
23518
|
+
* Update an External Source
|
|
23519
|
+
*
|
|
23520
|
+
* @param {String} externalSourceId External Source ID
|
|
23521
|
+
* @param {Object} body External Source
|
|
23522
|
+
* putExternalcontactsExternalsource is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
23523
|
+
*/
|
|
23524
|
+
putExternalcontactsExternalsource(externalSourceId, body) {
|
|
23525
|
+
// verify the required parameter 'externalSourceId' is set
|
|
23526
|
+
if (externalSourceId === undefined || externalSourceId === null) {
|
|
23527
|
+
throw 'Missing the required parameter "externalSourceId" when calling putExternalcontactsExternalsource';
|
|
23528
|
+
}
|
|
23529
|
+
// verify the required parameter 'body' is set
|
|
23530
|
+
if (body === undefined || body === null) {
|
|
23531
|
+
throw 'Missing the required parameter "body" when calling putExternalcontactsExternalsource';
|
|
23532
|
+
}
|
|
23533
|
+
|
|
23534
|
+
return this.apiClient.callApi(
|
|
23535
|
+
'/api/v2/externalcontacts/externalsources/{externalSourceId}',
|
|
23536
|
+
'PUT',
|
|
23537
|
+
{ 'externalSourceId': externalSourceId },
|
|
23538
|
+
{ },
|
|
23539
|
+
{ },
|
|
23540
|
+
{ },
|
|
23541
|
+
body,
|
|
23542
|
+
['PureCloud OAuth'],
|
|
23543
|
+
['application/json'],
|
|
23544
|
+
['application/json']
|
|
23545
|
+
);
|
|
23546
|
+
}
|
|
23547
|
+
|
|
22959
23548
|
/**
|
|
22960
23549
|
* Update an external organization
|
|
22961
23550
|
*
|
|
@@ -23117,7 +23706,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23117
23706
|
/**
|
|
23118
23707
|
* Fax service.
|
|
23119
23708
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
23120
|
-
* @version
|
|
23709
|
+
* @version 204.0.1
|
|
23121
23710
|
*/
|
|
23122
23711
|
|
|
23123
23712
|
/**
|
|
@@ -23332,7 +23921,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23332
23921
|
/**
|
|
23333
23922
|
* Flows service.
|
|
23334
23923
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
23335
|
-
* @version
|
|
23924
|
+
* @version 204.0.1
|
|
23336
23925
|
*/
|
|
23337
23926
|
|
|
23338
23927
|
/**
|
|
@@ -23515,7 +24104,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23515
24104
|
/**
|
|
23516
24105
|
* Gamification service.
|
|
23517
24106
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
23518
|
-
* @version
|
|
24107
|
+
* @version 204.0.1
|
|
23519
24108
|
*/
|
|
23520
24109
|
|
|
23521
24110
|
/**
|
|
@@ -25601,7 +26190,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25601
26190
|
/**
|
|
25602
26191
|
* GeneralDataProtectionRegulation service.
|
|
25603
26192
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
25604
|
-
* @version
|
|
26193
|
+
* @version 204.0.1
|
|
25605
26194
|
*/
|
|
25606
26195
|
|
|
25607
26196
|
/**
|
|
@@ -25731,7 +26320,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25731
26320
|
/**
|
|
25732
26321
|
* Geolocation service.
|
|
25733
26322
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
25734
|
-
* @version
|
|
26323
|
+
* @version 204.0.1
|
|
25735
26324
|
*/
|
|
25736
26325
|
|
|
25737
26326
|
/**
|
|
@@ -25862,7 +26451,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25862
26451
|
/**
|
|
25863
26452
|
* Greetings service.
|
|
25864
26453
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
25865
|
-
* @version
|
|
26454
|
+
* @version 204.0.1
|
|
25866
26455
|
*/
|
|
25867
26456
|
|
|
25868
26457
|
/**
|
|
@@ -26317,7 +26906,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26317
26906
|
/**
|
|
26318
26907
|
* Groups service.
|
|
26319
26908
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
26320
|
-
* @version
|
|
26909
|
+
* @version 204.0.1
|
|
26321
26910
|
*/
|
|
26322
26911
|
|
|
26323
26912
|
/**
|
|
@@ -26836,7 +27425,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26836
27425
|
/**
|
|
26837
27426
|
* IdentityProvider service.
|
|
26838
27427
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
26839
|
-
* @version
|
|
27428
|
+
* @version 204.0.1
|
|
26840
27429
|
*/
|
|
26841
27430
|
|
|
26842
27431
|
/**
|
|
@@ -27697,7 +28286,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
27697
28286
|
/**
|
|
27698
28287
|
* InfrastructureAsCode service.
|
|
27699
28288
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
27700
|
-
* @version
|
|
28289
|
+
* @version 204.0.1
|
|
27701
28290
|
*/
|
|
27702
28291
|
|
|
27703
28292
|
/**
|
|
@@ -27864,7 +28453,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
27864
28453
|
/**
|
|
27865
28454
|
* Integrations service.
|
|
27866
28455
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
27867
|
-
* @version
|
|
28456
|
+
* @version 204.0.1
|
|
27868
28457
|
*/
|
|
27869
28458
|
|
|
27870
28459
|
/**
|
|
@@ -30236,7 +30825,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
30236
30825
|
/**
|
|
30237
30826
|
* Journey service.
|
|
30238
30827
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
30239
|
-
* @version
|
|
30828
|
+
* @version 204.0.1
|
|
30240
30829
|
*/
|
|
30241
30830
|
|
|
30242
30831
|
/**
|
|
@@ -30384,7 +30973,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
30384
30973
|
* Delete a Journey View by ID
|
|
30385
30974
|
* deletes all versions
|
|
30386
30975
|
* @param {String} viewId viewId
|
|
30387
|
-
* deleteJourneyView is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
30388
30976
|
*/
|
|
30389
30977
|
deleteJourneyView(viewId) {
|
|
30390
30978
|
// verify the required parameter 'viewId' is set
|
|
@@ -31033,7 +31621,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31033
31621
|
* Get a Journey View by ID
|
|
31034
31622
|
* returns the latest version
|
|
31035
31623
|
* @param {String} viewId viewId
|
|
31036
|
-
* getJourneyView is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
31037
31624
|
*/
|
|
31038
31625
|
getJourneyView(viewId) {
|
|
31039
31626
|
// verify the required parameter 'viewId' is set
|
|
@@ -31060,7 +31647,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31060
31647
|
*
|
|
31061
31648
|
* @param {String} viewId viewId
|
|
31062
31649
|
* @param {String} versionId versionId
|
|
31063
|
-
* getJourneyViewVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
31064
31650
|
*/
|
|
31065
31651
|
getJourneyViewVersion(viewId, versionId) {
|
|
31066
31652
|
// verify the required parameter 'viewId' is set
|
|
@@ -31092,7 +31678,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31092
31678
|
* @param {String} viewId Journey View Id
|
|
31093
31679
|
* @param {String} journeyVersionId Journey View Version
|
|
31094
31680
|
* @param {String} jobId JobId
|
|
31095
|
-
* getJourneyViewVersionJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
31096
31681
|
*/
|
|
31097
31682
|
getJourneyViewVersionJob(viewId, journeyVersionId, jobId) {
|
|
31098
31683
|
// verify the required parameter 'viewId' is set
|
|
@@ -31128,7 +31713,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31128
31713
|
* @param {String} viewId JourneyViewResult id
|
|
31129
31714
|
* @param {String} journeyViewVersion Journey View Version
|
|
31130
31715
|
* @param {String} jobId Id of the executing job
|
|
31131
|
-
* getJourneyViewVersionJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
31132
31716
|
*/
|
|
31133
31717
|
getJourneyViewVersionJobResults(viewId, journeyViewVersion, jobId) {
|
|
31134
31718
|
// verify the required parameter 'viewId' is set
|
|
@@ -31163,7 +31747,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31163
31747
|
* used for long descriptions
|
|
31164
31748
|
* @param {String} viewId Journey View Id
|
|
31165
31749
|
* @param {String} journeyVersionId Journey View Version
|
|
31166
|
-
* getJourneyViewVersionJobsLatest is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
31167
31750
|
*/
|
|
31168
31751
|
getJourneyViewVersionJobsLatest(viewId, journeyVersionId) {
|
|
31169
31752
|
// verify the required parameter 'viewId' is set
|
|
@@ -31197,7 +31780,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31197
31780
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
31198
31781
|
* @param {String} opts.nameOrCreatedBy Journey View Name or Created By
|
|
31199
31782
|
* @param {Object} opts.expand Parameter to request additional data to return in Journey payload
|
|
31200
|
-
*
|
|
31783
|
+
* @param {String} opts.id Parameter to request a list of Journey Views by id, separated by commas. Limit of 100 items.
|
|
31201
31784
|
*/
|
|
31202
31785
|
getJourneyViews(opts) {
|
|
31203
31786
|
opts = opts || {};
|
|
@@ -31207,7 +31790,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31207
31790
|
'/api/v2/journey/views',
|
|
31208
31791
|
'GET',
|
|
31209
31792
|
{ },
|
|
31210
|
-
{ 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'nameOrCreatedBy': opts['nameOrCreatedBy'],'expand': opts['expand'] },
|
|
31793
|
+
{ 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'nameOrCreatedBy': opts['nameOrCreatedBy'],'expand': opts['expand'],'id': opts['id'] },
|
|
31211
31794
|
{ },
|
|
31212
31795
|
{ },
|
|
31213
31796
|
null,
|
|
@@ -31272,7 +31855,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31272
31855
|
* @param {Number} opts.pageSize Max number of entities to return (default to 25)
|
|
31273
31856
|
* @param {String} opts.interval An absolute timeframe for filtering the jobs, expressed as an ISO 8601 interval.
|
|
31274
31857
|
* @param {String} opts.statuses Job statuses to filter for
|
|
31275
|
-
* getJourneyViewsJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
31276
31858
|
*/
|
|
31277
31859
|
getJourneyViewsJobs(opts) {
|
|
31278
31860
|
opts = opts || {};
|
|
@@ -31775,7 +32357,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31775
32357
|
* used for long descriptions
|
|
31776
32358
|
* @param {String} viewId Journey View Id
|
|
31777
32359
|
* @param {String} journeyVersionId Journey View Version
|
|
31778
|
-
* postJourneyViewVersionJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
31779
32360
|
*/
|
|
31780
32361
|
postJourneyViewVersionJobs(viewId, journeyVersionId) {
|
|
31781
32362
|
// verify the required parameter 'viewId' is set
|
|
@@ -31806,7 +32387,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31806
32387
|
* creates a new version
|
|
31807
32388
|
* @param {String} viewId viewId
|
|
31808
32389
|
* @param {Object} body JourneyView
|
|
31809
|
-
* postJourneyViewVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
31810
32390
|
*/
|
|
31811
32391
|
postJourneyViewVersions(viewId, body) {
|
|
31812
32392
|
// verify the required parameter 'viewId' is set
|
|
@@ -31836,7 +32416,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31836
32416
|
* Create a new Journey View
|
|
31837
32417
|
*
|
|
31838
32418
|
* @param {Object} body JourneyView
|
|
31839
|
-
* postJourneyViews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
31840
32419
|
*/
|
|
31841
32420
|
postJourneyViews(body) {
|
|
31842
32421
|
// verify the required parameter 'body' is set
|
|
@@ -31889,7 +32468,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31889
32468
|
/**
|
|
31890
32469
|
* Knowledge service.
|
|
31891
32470
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
31892
|
-
* @version
|
|
32471
|
+
* @version 204.0.1
|
|
31893
32472
|
*/
|
|
31894
32473
|
|
|
31895
32474
|
/**
|
|
@@ -33635,6 +34214,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33635
34214
|
);
|
|
33636
34215
|
}
|
|
33637
34216
|
|
|
34217
|
+
/**
|
|
34218
|
+
* Update feedback on a document
|
|
34219
|
+
*
|
|
34220
|
+
* @param {String} knowledgeBaseId Knowledge base ID.
|
|
34221
|
+
* @param {String} documentId Document ID.
|
|
34222
|
+
* @param {String} feedbackId Feedback ID.
|
|
34223
|
+
* @param {Object} opts Optional parameters
|
|
34224
|
+
* @param {Object} opts.body
|
|
34225
|
+
*/
|
|
34226
|
+
patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(knowledgeBaseId, documentId, feedbackId, opts) {
|
|
34227
|
+
opts = opts || {};
|
|
34228
|
+
|
|
34229
|
+
// verify the required parameter 'knowledgeBaseId' is set
|
|
34230
|
+
if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
|
|
34231
|
+
throw 'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';
|
|
34232
|
+
}
|
|
34233
|
+
// verify the required parameter 'documentId' is set
|
|
34234
|
+
if (documentId === undefined || documentId === null) {
|
|
34235
|
+
throw 'Missing the required parameter "documentId" when calling patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';
|
|
34236
|
+
}
|
|
34237
|
+
// verify the required parameter 'feedbackId' is set
|
|
34238
|
+
if (feedbackId === undefined || feedbackId === null) {
|
|
34239
|
+
throw 'Missing the required parameter "feedbackId" when calling patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';
|
|
34240
|
+
}
|
|
34241
|
+
|
|
34242
|
+
return this.apiClient.callApi(
|
|
34243
|
+
'/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback/{feedbackId}',
|
|
34244
|
+
'PATCH',
|
|
34245
|
+
{ 'knowledgeBaseId': knowledgeBaseId,'documentId': documentId,'feedbackId': feedbackId },
|
|
34246
|
+
{ },
|
|
34247
|
+
{ },
|
|
34248
|
+
{ },
|
|
34249
|
+
opts['body'],
|
|
34250
|
+
['PureCloud OAuth'],
|
|
34251
|
+
['application/json'],
|
|
34252
|
+
['application/json']
|
|
34253
|
+
);
|
|
34254
|
+
}
|
|
34255
|
+
|
|
33638
34256
|
/**
|
|
33639
34257
|
* Update a variation for a document.
|
|
33640
34258
|
*
|
|
@@ -34141,6 +34759,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34141
34759
|
);
|
|
34142
34760
|
}
|
|
34143
34761
|
|
|
34762
|
+
/**
|
|
34763
|
+
* Answer documents.
|
|
34764
|
+
*
|
|
34765
|
+
* @param {String} sessionId Knowledge guest session ID.
|
|
34766
|
+
* @param {Object} body
|
|
34767
|
+
*/
|
|
34768
|
+
postKnowledgeGuestSessionDocumentsAnswers(sessionId, body) {
|
|
34769
|
+
// verify the required parameter 'sessionId' is set
|
|
34770
|
+
if (sessionId === undefined || sessionId === null) {
|
|
34771
|
+
throw 'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentsAnswers';
|
|
34772
|
+
}
|
|
34773
|
+
// verify the required parameter 'body' is set
|
|
34774
|
+
if (body === undefined || body === null) {
|
|
34775
|
+
throw 'Missing the required parameter "body" when calling postKnowledgeGuestSessionDocumentsAnswers';
|
|
34776
|
+
}
|
|
34777
|
+
|
|
34778
|
+
return this.apiClient.callApi(
|
|
34779
|
+
'/api/v2/knowledge/guest/sessions/{sessionId}/documents/answers',
|
|
34780
|
+
'POST',
|
|
34781
|
+
{ 'sessionId': sessionId },
|
|
34782
|
+
{ },
|
|
34783
|
+
{ },
|
|
34784
|
+
{ },
|
|
34785
|
+
body,
|
|
34786
|
+
['PureCloud OAuth'],
|
|
34787
|
+
['application/json'],
|
|
34788
|
+
['application/json']
|
|
34789
|
+
);
|
|
34790
|
+
}
|
|
34791
|
+
|
|
34144
34792
|
/**
|
|
34145
34793
|
* Indicate that documents were presented to the user.
|
|
34146
34794
|
*
|
|
@@ -34486,6 +35134,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34486
35134
|
);
|
|
34487
35135
|
}
|
|
34488
35136
|
|
|
35137
|
+
/**
|
|
35138
|
+
* Answer documents.
|
|
35139
|
+
*
|
|
35140
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
35141
|
+
* @param {Object} body
|
|
35142
|
+
*/
|
|
35143
|
+
postKnowledgeKnowledgebaseDocumentsAnswers(knowledgeBaseId, body) {
|
|
35144
|
+
// verify the required parameter 'knowledgeBaseId' is set
|
|
35145
|
+
if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
|
|
35146
|
+
throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsAnswers';
|
|
35147
|
+
}
|
|
35148
|
+
// verify the required parameter 'body' is set
|
|
35149
|
+
if (body === undefined || body === null) {
|
|
35150
|
+
throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocumentsAnswers';
|
|
35151
|
+
}
|
|
35152
|
+
|
|
35153
|
+
return this.apiClient.callApi(
|
|
35154
|
+
'/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/answers',
|
|
35155
|
+
'POST',
|
|
35156
|
+
{ 'knowledgeBaseId': knowledgeBaseId },
|
|
35157
|
+
{ },
|
|
35158
|
+
{ },
|
|
35159
|
+
{ },
|
|
35160
|
+
body,
|
|
35161
|
+
['PureCloud OAuth'],
|
|
35162
|
+
['application/json'],
|
|
35163
|
+
['application/json']
|
|
35164
|
+
);
|
|
35165
|
+
}
|
|
35166
|
+
|
|
34489
35167
|
/**
|
|
34490
35168
|
* Bulk remove documents.
|
|
34491
35169
|
*
|
|
@@ -35163,7 +35841,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35163
35841
|
/**
|
|
35164
35842
|
* LanguageUnderstanding service.
|
|
35165
35843
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
35166
|
-
* @version
|
|
35844
|
+
* @version 204.0.1
|
|
35167
35845
|
*/
|
|
35168
35846
|
|
|
35169
35847
|
/**
|
|
@@ -36197,7 +36875,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36197
36875
|
/**
|
|
36198
36876
|
* Languages service.
|
|
36199
36877
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
36200
|
-
* @version
|
|
36878
|
+
* @version 204.0.1
|
|
36201
36879
|
*/
|
|
36202
36880
|
|
|
36203
36881
|
/**
|
|
@@ -36419,7 +37097,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36419
37097
|
/**
|
|
36420
37098
|
* Learning service.
|
|
36421
37099
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
36422
|
-
* @version
|
|
37100
|
+
* @version 204.0.1
|
|
36423
37101
|
*/
|
|
36424
37102
|
|
|
36425
37103
|
/**
|
|
@@ -37448,7 +38126,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37448
38126
|
/**
|
|
37449
38127
|
* License service.
|
|
37450
38128
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
37451
|
-
* @version
|
|
38129
|
+
* @version 204.0.1
|
|
37452
38130
|
*/
|
|
37453
38131
|
|
|
37454
38132
|
/**
|
|
@@ -37686,7 +38364,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37686
38364
|
/**
|
|
37687
38365
|
* Locations service.
|
|
37688
38366
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
37689
|
-
* @version
|
|
38367
|
+
* @version 204.0.1
|
|
37690
38368
|
*/
|
|
37691
38369
|
|
|
37692
38370
|
/**
|
|
@@ -37922,7 +38600,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37922
38600
|
/**
|
|
37923
38601
|
* LogCapture service.
|
|
37924
38602
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
37925
|
-
* @version
|
|
38603
|
+
* @version 204.0.1
|
|
37926
38604
|
*/
|
|
37927
38605
|
|
|
37928
38606
|
/**
|
|
@@ -38122,7 +38800,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38122
38800
|
/**
|
|
38123
38801
|
* Messaging service.
|
|
38124
38802
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
38125
|
-
* @version
|
|
38803
|
+
* @version 204.0.1
|
|
38126
38804
|
*/
|
|
38127
38805
|
|
|
38128
38806
|
/**
|
|
@@ -38481,7 +39159,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38481
39159
|
/**
|
|
38482
39160
|
* MobileDevices service.
|
|
38483
39161
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
38484
|
-
* @version
|
|
39162
|
+
* @version 204.0.1
|
|
38485
39163
|
*/
|
|
38486
39164
|
|
|
38487
39165
|
/**
|
|
@@ -38632,7 +39310,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38632
39310
|
/**
|
|
38633
39311
|
* Notifications service.
|
|
38634
39312
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
38635
|
-
* @version
|
|
39313
|
+
* @version 204.0.1
|
|
38636
39314
|
*/
|
|
38637
39315
|
|
|
38638
39316
|
/**
|
|
@@ -38865,7 +39543,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38865
39543
|
/**
|
|
38866
39544
|
* OAuth service.
|
|
38867
39545
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
38868
|
-
* @version
|
|
39546
|
+
* @version 204.0.1
|
|
38869
39547
|
*/
|
|
38870
39548
|
|
|
38871
39549
|
/**
|
|
@@ -39231,7 +39909,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39231
39909
|
/**
|
|
39232
39910
|
* Objects service.
|
|
39233
39911
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
39234
|
-
* @version
|
|
39912
|
+
* @version 204.0.1
|
|
39235
39913
|
*/
|
|
39236
39914
|
|
|
39237
39915
|
/**
|
|
@@ -39501,7 +40179,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39501
40179
|
/**
|
|
39502
40180
|
* OperationalEvents service.
|
|
39503
40181
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
39504
|
-
* @version
|
|
40182
|
+
* @version 204.0.1
|
|
39505
40183
|
*/
|
|
39506
40184
|
|
|
39507
40185
|
/**
|
|
@@ -39567,7 +40245,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39567
40245
|
/**
|
|
39568
40246
|
* Organization service.
|
|
39569
40247
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
39570
|
-
* @version
|
|
40248
|
+
* @version 204.0.1
|
|
39571
40249
|
*/
|
|
39572
40250
|
|
|
39573
40251
|
/**
|
|
@@ -40109,7 +40787,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
40109
40787
|
/**
|
|
40110
40788
|
* OrganizationAuthorization service.
|
|
40111
40789
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
40112
|
-
* @version
|
|
40790
|
+
* @version 204.0.1
|
|
40113
40791
|
*/
|
|
40114
40792
|
|
|
40115
40793
|
/**
|
|
@@ -41456,7 +42134,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
41456
42134
|
/**
|
|
41457
42135
|
* Outbound service.
|
|
41458
42136
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
41459
|
-
* @version
|
|
42137
|
+
* @version 204.0.1
|
|
41460
42138
|
*/
|
|
41461
42139
|
|
|
41462
42140
|
/**
|
|
@@ -45873,7 +46551,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45873
46551
|
/**
|
|
45874
46552
|
* Presence service.
|
|
45875
46553
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
45876
|
-
* @version
|
|
46554
|
+
* @version 204.0.1
|
|
45877
46555
|
*/
|
|
45878
46556
|
|
|
45879
46557
|
/**
|
|
@@ -46617,7 +47295,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46617
47295
|
/**
|
|
46618
47296
|
* ProcessAutomation service.
|
|
46619
47297
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
46620
|
-
* @version
|
|
47298
|
+
* @version 204.0.1
|
|
46621
47299
|
*/
|
|
46622
47300
|
|
|
46623
47301
|
/**
|
|
@@ -46856,7 +47534,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46856
47534
|
/**
|
|
46857
47535
|
* Quality service.
|
|
46858
47536
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
46859
|
-
* @version
|
|
47537
|
+
* @version 204.0.1
|
|
46860
47538
|
*/
|
|
46861
47539
|
|
|
46862
47540
|
/**
|
|
@@ -48642,7 +49320,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
48642
49320
|
/**
|
|
48643
49321
|
* Recording service.
|
|
48644
49322
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
48645
|
-
* @version
|
|
49323
|
+
* @version 204.0.1
|
|
48646
49324
|
*/
|
|
48647
49325
|
|
|
48648
49326
|
/**
|
|
@@ -50301,7 +50979,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50301
50979
|
/**
|
|
50302
50980
|
* ResponseManagement service.
|
|
50303
50981
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
50304
|
-
* @version
|
|
50982
|
+
* @version 204.0.1
|
|
50305
50983
|
*/
|
|
50306
50984
|
|
|
50307
50985
|
/**
|
|
@@ -50811,7 +51489,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50811
51489
|
/**
|
|
50812
51490
|
* Routing service.
|
|
50813
51491
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
50814
|
-
* @version
|
|
51492
|
+
* @version 204.0.1
|
|
50815
51493
|
*/
|
|
50816
51494
|
|
|
50817
51495
|
/**
|
|
@@ -52092,6 +52770,35 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
52092
52770
|
);
|
|
52093
52771
|
}
|
|
52094
52772
|
|
|
52773
|
+
/**
|
|
52774
|
+
* Get an assistant associated with a queue.
|
|
52775
|
+
*
|
|
52776
|
+
* @param {String} queueId Queue ID
|
|
52777
|
+
* @param {Object} opts Optional parameters
|
|
52778
|
+
* @param {Object} opts.expand Which fields, if any, to expand.
|
|
52779
|
+
*/
|
|
52780
|
+
getRoutingQueueAssistant(queueId, opts) {
|
|
52781
|
+
opts = opts || {};
|
|
52782
|
+
|
|
52783
|
+
// verify the required parameter 'queueId' is set
|
|
52784
|
+
if (queueId === undefined || queueId === null) {
|
|
52785
|
+
throw 'Missing the required parameter "queueId" when calling getRoutingQueueAssistant';
|
|
52786
|
+
}
|
|
52787
|
+
|
|
52788
|
+
return this.apiClient.callApi(
|
|
52789
|
+
'/api/v2/routing/queues/{queueId}/assistant',
|
|
52790
|
+
'GET',
|
|
52791
|
+
{ 'queueId': queueId },
|
|
52792
|
+
{ 'expand': opts['expand'] },
|
|
52793
|
+
{ },
|
|
52794
|
+
{ },
|
|
52795
|
+
null,
|
|
52796
|
+
['PureCloud OAuth'],
|
|
52797
|
+
['application/json'],
|
|
52798
|
+
['application/json']
|
|
52799
|
+
);
|
|
52800
|
+
}
|
|
52801
|
+
|
|
52095
52802
|
/**
|
|
52096
52803
|
* Get a Comparison Period.
|
|
52097
52804
|
*
|
|
@@ -54930,7 +55637,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54930
55637
|
/**
|
|
54931
55638
|
* SCIM service.
|
|
54932
55639
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
54933
|
-
* @version
|
|
55640
|
+
* @version 204.0.1
|
|
54934
55641
|
*/
|
|
54935
55642
|
|
|
54936
55643
|
/**
|
|
@@ -55807,7 +56514,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55807
56514
|
/**
|
|
55808
56515
|
* ScreenRecording service.
|
|
55809
56516
|
* @module purecloud-platform-client-v2/api/ScreenRecordingApi
|
|
55810
|
-
* @version
|
|
56517
|
+
* @version 204.0.1
|
|
55811
56518
|
*/
|
|
55812
56519
|
|
|
55813
56520
|
/**
|
|
@@ -55852,7 +56559,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55852
56559
|
/**
|
|
55853
56560
|
* Scripts service.
|
|
55854
56561
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
55855
|
-
* @version
|
|
56562
|
+
* @version 204.0.1
|
|
55856
56563
|
*/
|
|
55857
56564
|
|
|
55858
56565
|
/**
|
|
@@ -56296,7 +57003,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56296
57003
|
/**
|
|
56297
57004
|
* Search service.
|
|
56298
57005
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
56299
|
-
* @version
|
|
57006
|
+
* @version 204.0.1
|
|
56300
57007
|
*/
|
|
56301
57008
|
|
|
56302
57009
|
/**
|
|
@@ -56985,7 +57692,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56985
57692
|
/**
|
|
56986
57693
|
* Settings service.
|
|
56987
57694
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
56988
|
-
* @version
|
|
57695
|
+
* @version 204.0.1
|
|
56989
57696
|
*/
|
|
56990
57697
|
|
|
56991
57698
|
/**
|
|
@@ -57048,7 +57755,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57048
57755
|
/**
|
|
57049
57756
|
* Get the execution history enabled setting.
|
|
57050
57757
|
* Get the execution history enabled setting.
|
|
57051
|
-
* getSettingsExecutiondata is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
57052
57758
|
*/
|
|
57053
57759
|
getSettingsExecutiondata() {
|
|
57054
57760
|
|
|
@@ -57119,7 +57825,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57119
57825
|
* Edit the execution history on off setting.
|
|
57120
57826
|
* Edit the execution history on off setting.
|
|
57121
57827
|
* @param {Object} body New Execution Data Setting
|
|
57122
|
-
* patchSettingsExecutiondata is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
57123
57828
|
*/
|
|
57124
57829
|
patchSettingsExecutiondata(body) {
|
|
57125
57830
|
// verify the required parameter 'body' is set
|
|
@@ -57207,7 +57912,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57207
57912
|
/**
|
|
57208
57913
|
* SpeechTextAnalytics service.
|
|
57209
57914
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
57210
|
-
* @version
|
|
57915
|
+
* @version 204.0.1
|
|
57211
57916
|
*/
|
|
57212
57917
|
|
|
57213
57918
|
/**
|
|
@@ -58485,7 +59190,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58485
59190
|
/**
|
|
58486
59191
|
* Stations service.
|
|
58487
59192
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
58488
|
-
* @version
|
|
59193
|
+
* @version 204.0.1
|
|
58489
59194
|
*/
|
|
58490
59195
|
|
|
58491
59196
|
/**
|
|
@@ -58587,7 +59292,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58587
59292
|
/**
|
|
58588
59293
|
* Suggest service.
|
|
58589
59294
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
58590
|
-
* @version
|
|
59295
|
+
* @version 204.0.1
|
|
58591
59296
|
*/
|
|
58592
59297
|
|
|
58593
59298
|
/**
|
|
@@ -58726,7 +59431,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58726
59431
|
/**
|
|
58727
59432
|
* TaskManagement service.
|
|
58728
59433
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
58729
|
-
* @version
|
|
59434
|
+
* @version 204.0.1
|
|
58730
59435
|
*/
|
|
58731
59436
|
|
|
58732
59437
|
/**
|
|
@@ -60080,7 +60785,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
60080
60785
|
/**
|
|
60081
60786
|
* Teams service.
|
|
60082
60787
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
60083
|
-
* @version
|
|
60788
|
+
* @version 204.0.1
|
|
60084
60789
|
*/
|
|
60085
60790
|
|
|
60086
60791
|
/**
|
|
@@ -60381,7 +61086,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
60381
61086
|
/**
|
|
60382
61087
|
* Telephony service.
|
|
60383
61088
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
60384
|
-
* @version
|
|
61089
|
+
* @version 204.0.1
|
|
60385
61090
|
*/
|
|
60386
61091
|
|
|
60387
61092
|
/**
|
|
@@ -60563,7 +61268,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
60563
61268
|
/**
|
|
60564
61269
|
* TelephonyProvidersEdge service.
|
|
60565
61270
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
60566
|
-
* @version
|
|
61271
|
+
* @version 204.0.1
|
|
60567
61272
|
*/
|
|
60568
61273
|
|
|
60569
61274
|
/**
|
|
@@ -63891,7 +64596,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
63891
64596
|
/**
|
|
63892
64597
|
* Textbots service.
|
|
63893
64598
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
63894
|
-
* @version
|
|
64599
|
+
* @version 204.0.1
|
|
63895
64600
|
*/
|
|
63896
64601
|
|
|
63897
64602
|
/**
|
|
@@ -64019,7 +64724,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
64019
64724
|
/**
|
|
64020
64725
|
* Tokens service.
|
|
64021
64726
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
64022
|
-
* @version
|
|
64727
|
+
* @version 204.0.1
|
|
64023
64728
|
*/
|
|
64024
64729
|
|
|
64025
64730
|
/**
|
|
@@ -64173,7 +64878,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
64173
64878
|
/**
|
|
64174
64879
|
* Uploads service.
|
|
64175
64880
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
64176
|
-
* @version
|
|
64881
|
+
* @version 204.0.1
|
|
64177
64882
|
*/
|
|
64178
64883
|
|
|
64179
64884
|
/**
|
|
@@ -64442,7 +65147,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
64442
65147
|
/**
|
|
64443
65148
|
* Usage service.
|
|
64444
65149
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
64445
|
-
* @version
|
|
65150
|
+
* @version 204.0.1
|
|
64446
65151
|
*/
|
|
64447
65152
|
|
|
64448
65153
|
/**
|
|
@@ -64657,7 +65362,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
64657
65362
|
/**
|
|
64658
65363
|
* UserRecordings service.
|
|
64659
65364
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
64660
|
-
* @version
|
|
65365
|
+
* @version 204.0.1
|
|
64661
65366
|
*/
|
|
64662
65367
|
|
|
64663
65368
|
/**
|
|
@@ -64872,7 +65577,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
64872
65577
|
/**
|
|
64873
65578
|
* Users service.
|
|
64874
65579
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
64875
|
-
* @version
|
|
65580
|
+
* @version 204.0.1
|
|
64876
65581
|
*/
|
|
64877
65582
|
|
|
64878
65583
|
/**
|
|
@@ -67675,7 +68380,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
67675
68380
|
/**
|
|
67676
68381
|
* Utilities service.
|
|
67677
68382
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
67678
|
-
* @version
|
|
68383
|
+
* @version 204.0.1
|
|
67679
68384
|
*/
|
|
67680
68385
|
|
|
67681
68386
|
/**
|
|
@@ -67786,7 +68491,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
67786
68491
|
/**
|
|
67787
68492
|
* Voicemail service.
|
|
67788
68493
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
67789
|
-
* @version
|
|
68494
|
+
* @version 204.0.1
|
|
67790
68495
|
*/
|
|
67791
68496
|
|
|
67792
68497
|
/**
|
|
@@ -68453,7 +69158,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
68453
69158
|
/**
|
|
68454
69159
|
* WebChat service.
|
|
68455
69160
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
68456
|
-
* @version
|
|
69161
|
+
* @version 204.0.1
|
|
68457
69162
|
*/
|
|
68458
69163
|
|
|
68459
69164
|
/**
|
|
@@ -69004,7 +69709,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69004
69709
|
/**
|
|
69005
69710
|
* WebDeployments service.
|
|
69006
69711
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
69007
|
-
* @version
|
|
69712
|
+
* @version 204.0.1
|
|
69008
69713
|
*/
|
|
69009
69714
|
|
|
69010
69715
|
/**
|
|
@@ -69531,7 +70236,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69531
70236
|
/**
|
|
69532
70237
|
* WebMessaging service.
|
|
69533
70238
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
69534
|
-
* @version
|
|
70239
|
+
* @version 204.0.1
|
|
69535
70240
|
*/
|
|
69536
70241
|
|
|
69537
70242
|
/**
|
|
@@ -69577,7 +70282,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69577
70282
|
/**
|
|
69578
70283
|
* Widgets service.
|
|
69579
70284
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
69580
|
-
* @version
|
|
70285
|
+
* @version 204.0.1
|
|
69581
70286
|
*/
|
|
69582
70287
|
|
|
69583
70288
|
/**
|
|
@@ -69723,7 +70428,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69723
70428
|
/**
|
|
69724
70429
|
* WorkforceManagement service.
|
|
69725
70430
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
69726
|
-
* @version
|
|
70431
|
+
* @version 204.0.1
|
|
69727
70432
|
*/
|
|
69728
70433
|
|
|
69729
70434
|
/**
|
|
@@ -76878,7 +77583,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
76878
77583
|
* </pre>
|
|
76879
77584
|
* </p>
|
|
76880
77585
|
* @module purecloud-platform-client-v2/index
|
|
76881
|
-
* @version
|
|
77586
|
+
* @version 204.0.1
|
|
76882
77587
|
*/
|
|
76883
77588
|
class platformClient {
|
|
76884
77589
|
constructor() {
|
|
@@ -76892,6 +77597,16 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
76892
77597
|
* @property {module:purecloud-platform-client-v2/ApiClient}
|
|
76893
77598
|
*/
|
|
76894
77599
|
this.ApiClientClass = ApiClient;
|
|
77600
|
+
/**
|
|
77601
|
+
* The AgentAssistantsApi service constructor.
|
|
77602
|
+
* @property {module:purecloud-platform-client-v2/api/AgentAssistantsApi}
|
|
77603
|
+
*/
|
|
77604
|
+
this.AgentAssistantsApi = AgentAssistantsApi;
|
|
77605
|
+
/**
|
|
77606
|
+
* The AgentCopilotApi service constructor.
|
|
77607
|
+
* @property {module:purecloud-platform-client-v2/api/AgentCopilotApi}
|
|
77608
|
+
*/
|
|
77609
|
+
this.AgentCopilotApi = AgentCopilotApi;
|
|
76895
77610
|
/**
|
|
76896
77611
|
* The AgentUIApi service constructor.
|
|
76897
77612
|
* @property {module:purecloud-platform-client-v2/api/AgentUIApi}
|