Skip to content

Commit 2495657

Browse files
author
PureCloud Jenkins
committed
178.0.0
1 parent 29dea18 commit 2495657

File tree

93 files changed

+1883
-760
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+1883
-760
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For direct use in a browser script:
3131

3232
```html
3333
<!-- Include the CJS SDK -->
34-
<script src="https://sdk-cdn.mypurecloud.com/javascript/177.0.0/purecloud-platform-client-v2.min.js"></script>
34+
<script src="https://sdk-cdn.mypurecloud.com/javascript/178.0.0/purecloud-platform-client-v2.min.js"></script>
3535

3636
<script type="text/javascript">
3737
// Obtain a reference to the platformClient object
@@ -48,7 +48,7 @@ For direct use in a browser script:
4848

4949
<script type="text/javascript">
5050
// Obtain a reference to the platformClient object
51-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/177.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
51+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/178.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5252
console.log(platformClient);
5353
});
5454
</script>

build/.openapi-generator/FILES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ docs/deleteRoutingUtilizationTag-example.txt
335335
docs/deleteRoutingWrapupcode-example.txt
336336
docs/deleteScimUser-example.txt
337337
docs/deleteScimV2User-example.txt
338+
docs/deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId-example.txt
338339
docs/deleteSpeechandtextanalyticsProgram-example.txt
339340
docs/deleteSpeechandtextanalyticsSentimentfeedback-example.txt
340341
docs/deleteSpeechandtextanalyticsSentimentfeedbackSentimentFeedbackId-example.txt
@@ -1221,6 +1222,8 @@ docs/getSearchSuggest-example.txt
12211222
docs/getSpeechandtextanalyticsConversation-example.txt
12221223
docs/getSpeechandtextanalyticsConversationCommunicationTranscripturl-example.txt
12231224
docs/getSpeechandtextanalyticsConversationCommunicationTranscripturls-example.txt
1225+
docs/getSpeechandtextanalyticsDictionaryfeedback-example.txt
1226+
docs/getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId-example.txt
12241227
docs/getSpeechandtextanalyticsProgram-example.txt
12251228
docs/getSpeechandtextanalyticsProgramMappings-example.txt
12261229
docs/getSpeechandtextanalyticsProgramTranscriptionengines-example.txt
@@ -2109,6 +2112,7 @@ docs/postSearch-example.txt
21092112
docs/postSearch-example.txt
21102113
docs/postSearchSuggest-example.txt
21112114
docs/postSearchSuggest-example.txt
2115+
docs/postSpeechandtextanalyticsDictionaryfeedback-example.txt
21122116
docs/postSpeechandtextanalyticsPrograms-example.txt
21132117
docs/postSpeechandtextanalyticsProgramsGeneralJobs-example.txt
21142118
docs/postSpeechandtextanalyticsProgramsPublishjobs-example.txt
@@ -2427,6 +2431,7 @@ docs/putScimGroup-example.txt
24272431
docs/putScimUser-example.txt
24282432
docs/putScimV2Group-example.txt
24292433
docs/putScimV2User-example.txt
2434+
docs/putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId-example.txt
24302435
docs/putSpeechandtextanalyticsProgram-example.txt
24312436
docs/putSpeechandtextanalyticsProgramMappings-example.txt
24322437
docs/putSpeechandtextanalyticsProgramTranscriptionengines-example.txt

build/APIData.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34342,6 +34342,19 @@
3434234342
"return": "VoicemailsSearchResponse",
3434334343
"example": "const platformClient = require(\"purecloud-platform-client-v2\");\n\nconst client = platformClient.ApiClient.instance;\nclient.setEnvironment(platformClient.PureCloudRegionHosts.us_east_1); // Genesys Cloud region\n\n// Manually set auth token or use loginImplicitGrant(...) or loginClientCredentialsGrant(...)\nclient.setAccessToken(\"your_access_token\");\n\nlet apiInstance = new platformClient.VoicemailApi();\n\nlet body = {}; // Object | Search request options\n\n// Search voicemails\napiInstance.postVoicemailSearch(body)\n .then((data) => {\n console.log(`postVoicemailSearch success! data: ${JSON.stringify(data, null, 2)}`);\n })\n .catch((err) => {\n console.log(\"There was a failure calling postVoicemailSearch\");\n console.error(err);\n });"
3434434344
},
34345+
"deletespeechandtextanalyticsdictionaryfeedbackdictionaryfeedbackid": {
34346+
"operationId": "deletespeechandtextanalyticsdictionaryfeedbackdictionaryfeedbackid",
34347+
"functionName": "deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId",
34348+
"signature": "deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId)",
34349+
"parameters": [
34350+
{
34351+
"name": "dictionaryFeedbackId",
34352+
"type": "String",
34353+
"required": "true"
34354+
}
34355+
],
34356+
"example": "const platformClient = require(\"purecloud-platform-client-v2\");\n\nconst client = platformClient.ApiClient.instance;\nclient.setEnvironment(platformClient.PureCloudRegionHosts.us_east_1); // Genesys Cloud region\n\n// Manually set auth token or use loginImplicitGrant(...) or loginClientCredentialsGrant(...)\nclient.setAccessToken(\"your_access_token\");\n\nlet apiInstance = new platformClient.SpeechTextAnalyticsApi();\n\nlet dictionaryFeedbackId = \"dictionaryFeedbackId_example\"; // String | The Id of the Dictionary Feedback\n\n// Delete a Speech and Text Analytics DictionaryFeedback by Id\napiInstance.deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId)\n .then(() => {\n console.log(\"deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId returned successfully.\");\n })\n .catch((err) => {\n console.log(\"There was a failure calling deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId\");\n console.error(err);\n });"
34357+
},
3434534358
"deletespeechandtextanalyticsprogram": {
3434634359
"operationId": "deletespeechandtextanalyticsprogram",
3434734360
"functionName": "deleteSpeechandtextanalyticsProgram",
@@ -34444,6 +34457,44 @@
3444434457
"return": "TranscriptUrls",
3444534458
"example": "const platformClient = require(\"purecloud-platform-client-v2\");\n\nconst client = platformClient.ApiClient.instance;\nclient.setEnvironment(platformClient.PureCloudRegionHosts.us_east_1); // Genesys Cloud region\n\n// Manually set auth token or use loginImplicitGrant(...) or loginClientCredentialsGrant(...)\nclient.setAccessToken(\"your_access_token\");\n\nlet apiInstance = new platformClient.SpeechTextAnalyticsApi();\n\nlet conversationId = \"conversationId_example\"; // String | Conversation ID\nlet communicationId = \"communicationId_example\"; // String | Communication ID\n\n// Get the list of pre-signed S3 URL for the transcripts of a specific communication of a conversation\napiInstance.getSpeechandtextanalyticsConversationCommunicationTranscripturls(conversationId, communicationId)\n .then((data) => {\n console.log(`getSpeechandtextanalyticsConversationCommunicationTranscripturls success! data: ${JSON.stringify(data, null, 2)}`);\n })\n .catch((err) => {\n console.log(\"There was a failure calling getSpeechandtextanalyticsConversationCommunicationTranscripturls\");\n console.error(err);\n });"
3444634459
},
34460+
"getspeechandtextanalyticsdictionaryfeedback": {
34461+
"operationId": "getspeechandtextanalyticsdictionaryfeedback",
34462+
"functionName": "getSpeechandtextanalyticsDictionaryfeedback",
34463+
"signature": "getSpeechandtextanalyticsDictionaryfeedback(dialect, nextPage, pageSize)",
34464+
"parameters": [
34465+
{
34466+
"name": "dialect",
34467+
"type": "String",
34468+
"required": "false"
34469+
},
34470+
{
34471+
"name": "nextPage",
34472+
"type": "String",
34473+
"required": "false"
34474+
},
34475+
{
34476+
"name": "pageSize",
34477+
"type": "Number",
34478+
"required": "false"
34479+
}
34480+
],
34481+
"return": "DictionaryFeedbackEntityListing",
34482+
"example": "const platformClient = require(\"purecloud-platform-client-v2\");\n\nconst client = platformClient.ApiClient.instance;\nclient.setEnvironment(platformClient.PureCloudRegionHosts.us_east_1); // Genesys Cloud region\n\n// Manually set auth token or use loginImplicitGrant(...) or loginClientCredentialsGrant(...)\nclient.setAccessToken(\"your_access_token\");\n\nlet apiInstance = new platformClient.SpeechTextAnalyticsApi();\n\nlet opts = { \n \"dialect\": en-US, // String | The key for filter the listing by dialect, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard\n \"nextPage\": \"nextPage_example\", // String | The key for listing the next page\n \"pageSize\": 500 // Number | The page size for the listing\n};\n\n// Get the list of Speech and Text Analytics dictionary feedbacks\napiInstance.getSpeechandtextanalyticsDictionaryfeedback(opts)\n .then((data) => {\n console.log(`getSpeechandtextanalyticsDictionaryfeedback success! data: ${JSON.stringify(data, null, 2)}`);\n })\n .catch((err) => {\n console.log(\"There was a failure calling getSpeechandtextanalyticsDictionaryfeedback\");\n console.error(err);\n });"
34483+
},
34484+
"getspeechandtextanalyticsdictionaryfeedbackdictionaryfeedbackid": {
34485+
"operationId": "getspeechandtextanalyticsdictionaryfeedbackdictionaryfeedbackid",
34486+
"functionName": "getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId",
34487+
"signature": "getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId)",
34488+
"parameters": [
34489+
{
34490+
"name": "dictionaryFeedbackId",
34491+
"type": "String",
34492+
"required": "true"
34493+
}
34494+
],
34495+
"return": "DictionaryFeedback",
34496+
"example": "const platformClient = require(\"purecloud-platform-client-v2\");\n\nconst client = platformClient.ApiClient.instance;\nclient.setEnvironment(platformClient.PureCloudRegionHosts.us_east_1); // Genesys Cloud region\n\n// Manually set auth token or use loginImplicitGrant(...) or loginClientCredentialsGrant(...)\nclient.setAccessToken(\"your_access_token\");\n\nlet apiInstance = new platformClient.SpeechTextAnalyticsApi();\n\nlet dictionaryFeedbackId = \"dictionaryFeedbackId_example\"; // String | The Id of the Dictionary Feedback\n\n// Get a Speech and Text Analytics dictionary feedback by id\napiInstance.getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId)\n .then((data) => {\n console.log(`getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId success! data: ${JSON.stringify(data, null, 2)}`);\n })\n .catch((err) => {\n console.log(\"There was a failure calling getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId\");\n console.error(err);\n });"
34497+
},
3444734498
"getspeechandtextanalyticsprogram": {
3444834499
"operationId": "getspeechandtextanalyticsprogram",
3444934500
"functionName": "getSpeechandtextanalyticsProgram",
@@ -34732,6 +34783,20 @@
3473234783
"return": "SpeechTextAnalyticsSettingsResponse",
3473334784
"example": "const platformClient = require(\"purecloud-platform-client-v2\");\n\nconst client = platformClient.ApiClient.instance;\nclient.setEnvironment(platformClient.PureCloudRegionHosts.us_east_1); // Genesys Cloud region\n\n// Manually set auth token or use loginImplicitGrant(...) or loginClientCredentialsGrant(...)\nclient.setAccessToken(\"your_access_token\");\n\nlet apiInstance = new platformClient.SpeechTextAnalyticsApi();\n\nlet body = {}; // Object | Speech And Text Analytics Settings\n\n// Patch Speech And Text Analytics Settings\napiInstance.patchSpeechandtextanalyticsSettings(body)\n .then((data) => {\n console.log(`patchSpeechandtextanalyticsSettings success! data: ${JSON.stringify(data, null, 2)}`);\n })\n .catch((err) => {\n console.log(\"There was a failure calling patchSpeechandtextanalyticsSettings\");\n console.error(err);\n });"
3473434785
},
34786+
"postspeechandtextanalyticsdictionaryfeedback": {
34787+
"operationId": "postspeechandtextanalyticsdictionaryfeedback",
34788+
"functionName": "postSpeechandtextanalyticsDictionaryfeedback",
34789+
"signature": "postSpeechandtextanalyticsDictionaryfeedback(body)",
34790+
"parameters": [
34791+
{
34792+
"name": "body",
34793+
"type": "Object",
34794+
"required": "true"
34795+
}
34796+
],
34797+
"return": "DictionaryFeedback",
34798+
"example": "const platformClient = require(\"purecloud-platform-client-v2\");\n\nconst client = platformClient.ApiClient.instance;\nclient.setEnvironment(platformClient.PureCloudRegionHosts.us_east_1); // Genesys Cloud region\n\n// Manually set auth token or use loginImplicitGrant(...) or loginClientCredentialsGrant(...)\nclient.setAccessToken(\"your_access_token\");\n\nlet apiInstance = new platformClient.SpeechTextAnalyticsApi();\n\nlet body = {}; // Object | The DictionaryFeedback to create\n\n// Create a Speech and Text Analytics DictionaryFeedback\napiInstance.postSpeechandtextanalyticsDictionaryfeedback(body)\n .then((data) => {\n console.log(`postSpeechandtextanalyticsDictionaryfeedback success! data: ${JSON.stringify(data, null, 2)}`);\n })\n .catch((err) => {\n console.log(\"There was a failure calling postSpeechandtextanalyticsDictionaryfeedback\");\n console.error(err);\n });"
34799+
},
3473534800
"postspeechandtextanalyticsprograms": {
3473634801
"operationId": "postspeechandtextanalyticsprograms",
3473734802
"functionName": "postSpeechandtextanalyticsPrograms",
@@ -34816,6 +34881,25 @@
3481634881
"return": "TopicJob",
3481734882
"example": "const platformClient = require(\"purecloud-platform-client-v2\");\n\nconst client = platformClient.ApiClient.instance;\nclient.setEnvironment(platformClient.PureCloudRegionHosts.us_east_1); // Genesys Cloud region\n\n// Manually set auth token or use loginImplicitGrant(...) or loginClientCredentialsGrant(...)\nclient.setAccessToken(\"your_access_token\");\n\nlet apiInstance = new platformClient.SpeechTextAnalyticsApi();\n\nlet body = {}; // Object | The publish topics job to create\n\n// Create new Speech and Text Analytics publish topics job\napiInstance.postSpeechandtextanalyticsTopicsPublishjobs(body)\n .then((data) => {\n console.log(`postSpeechandtextanalyticsTopicsPublishjobs success! data: ${JSON.stringify(data, null, 2)}`);\n })\n .catch((err) => {\n console.log(\"There was a failure calling postSpeechandtextanalyticsTopicsPublishjobs\");\n console.error(err);\n });"
3481834883
},
34884+
"putspeechandtextanalyticsdictionaryfeedbackdictionaryfeedbackid": {
34885+
"operationId": "putspeechandtextanalyticsdictionaryfeedbackdictionaryfeedbackid",
34886+
"functionName": "putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId",
34887+
"signature": "putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId, body)",
34888+
"parameters": [
34889+
{
34890+
"name": "dictionaryFeedbackId",
34891+
"type": "String",
34892+
"required": "true"
34893+
},
34894+
{
34895+
"name": "body",
34896+
"type": "Object",
34897+
"required": "false"
34898+
}
34899+
],
34900+
"return": "DictionaryFeedback",
34901+
"example": "const platformClient = require(\"purecloud-platform-client-v2\");\n\nconst client = platformClient.ApiClient.instance;\nclient.setEnvironment(platformClient.PureCloudRegionHosts.us_east_1); // Genesys Cloud region\n\n// Manually set auth token or use loginImplicitGrant(...) or loginClientCredentialsGrant(...)\nclient.setAccessToken(\"your_access_token\");\n\nlet apiInstance = new platformClient.SpeechTextAnalyticsApi();\n\nlet dictionaryFeedbackId = \"dictionaryFeedbackId_example\"; // String | The Id of the Dictionary Feedback\nlet opts = { \n \"body\": {} // Object | \n};\n\n// Update existing Speech and Text Analytics dictionary feedback by id\napiInstance.putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId, opts)\n .then((data) => {\n console.log(`putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId success! data: ${JSON.stringify(data, null, 2)}`);\n })\n .catch((err) => {\n console.log(\"There was a failure calling putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId\");\n console.error(err);\n });"
34902+
},
3481934903
"putspeechandtextanalyticsprogram": {
3482034904
"operationId": "putspeechandtextanalyticsprogram",
3482134905
"functionName": "putSpeechandtextanalyticsProgram",

build/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For direct use in a browser script:
3131

3232
```html
3333
<!-- Include the CJS SDK -->
34-
<script src="https://sdk-cdn.mypurecloud.com/javascript/177.0.0/purecloud-platform-client-v2.min.js"></script>
34+
<script src="https://sdk-cdn.mypurecloud.com/javascript/178.0.0/purecloud-platform-client-v2.min.js"></script>
3535

3636
<script type="text/javascript">
3737
// Obtain a reference to the platformClient object
@@ -48,7 +48,7 @@ For direct use in a browser script:
4848

4949
<script type="text/javascript">
5050
// Obtain a reference to the platformClient object
51-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/177.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
51+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/178.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5252
console.log(platformClient);
5353
});
5454
</script>

0 commit comments

Comments
 (0)