|
34342 | 34342 | "return": "VoicemailsSearchResponse", |
34343 | 34343 | "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 });" |
34344 | 34344 | }, |
| 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 | + }, |
34345 | 34358 | "deletespeechandtextanalyticsprogram": { |
34346 | 34359 | "operationId": "deletespeechandtextanalyticsprogram", |
34347 | 34360 | "functionName": "deleteSpeechandtextanalyticsProgram", |
|
34444 | 34457 | "return": "TranscriptUrls", |
34445 | 34458 | "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 });" |
34446 | 34459 | }, |
| 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 | + }, |
34447 | 34498 | "getspeechandtextanalyticsprogram": { |
34448 | 34499 | "operationId": "getspeechandtextanalyticsprogram", |
34449 | 34500 | "functionName": "getSpeechandtextanalyticsProgram", |
|
34732 | 34783 | "return": "SpeechTextAnalyticsSettingsResponse", |
34733 | 34784 | "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 });" |
34734 | 34785 | }, |
| 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 | + }, |
34735 | 34800 | "postspeechandtextanalyticsprograms": { |
34736 | 34801 | "operationId": "postspeechandtextanalyticsprograms", |
34737 | 34802 | "functionName": "postSpeechandtextanalyticsPrograms", |
|
34816 | 34881 | "return": "TopicJob", |
34817 | 34882 | "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 });" |
34818 | 34883 | }, |
| 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 | + }, |
34819 | 34903 | "putspeechandtextanalyticsprogram": { |
34820 | 34904 | "operationId": "putspeechandtextanalyticsprogram", |
34821 | 34905 | "functionName": "putSpeechandtextanalyticsProgram", |
|
0 commit comments