Hi Robert, yes you can do this using the API
/api/v2/speechandtextanalytics/topics/{topicId} and you can update the strictness and sentiment through the PUT version of the same API.
Here is an example output from the API:
{
"id": "fdbaf517-2e2a-461f-8acb-cad9304adb02",
"name": "Attorney or Lawyer Mention",
"description": "Phrases about legal actions and lawyers.",
"published": true,
"strictness": 65,
"programs": [
{
"id": "5172d438-6668-46f0-bbf5-12c7e02cf8b8",
"selfUri": "/api/v2/speechandtextanalytics/programs/5172d438-6668-46f0-bbf5-12c7e02cf8b8"
}
],
"tags": [
"Customer Experience"
],
"dialect": "en-US",
"participants": "External",
"phrases": [
{
"text": "class action settlement suit",
"strictness": 65,
"sentiment": "Negative"
},
{
"text": "give you my \"attorney's\"",
"strictness": 65,
"sentiment": "Negative"
},
------------------------------
Mark Fagus
Genesys - Employees
------------------------------