We're excited to introduce a powerful new capability that gives you more control over how your transcripts look and perform-managing custom dictionary terms for the Genesys Extended (EVTS) transcription engine via API.
This feature allows you to create and manage custom vocabulary terms that improve transcription accuracy for your organization's unique language-like product names, acronyms, or industry jargon.
You interact with the Dictionary Feedback API:
POST /api/v2/speechandtextanalytics/dictionaryfeedback
Each term you add becomes part of a custom vocabulary used by the Genesys Extended transcription engine in your Organization, for the given language/dialect you target.
When creating a term, you must include:
2. displayAs = formatting power
This is where the feature shines:
If omitted, transcripts default to the original term value.
3. Important validation rules
4. Acronyms require special syntax
Note: Not all dialects support this syntax (e.g., Japanese, Chinese, Arabic).
5. Status lifecycle (important for expectations)
After creating or updating a term:
POST /api/v2/speechandtextanalytics/dictionaryfeedback
{
"term": "covid",
"dialect": "fr-FR",
"transcriptionEngine": "GenesysExtended",
"displayAs": "COVID-19"
}
{
"term": "A.T.M.",
"dialect": "fr-FR",
"transcriptionEngine": "GenesysExtended",
"displayAs": "ATM"
}
PUT /api/v2/speechandtextanalytics/dictionaryfeedback/{id}
"term": "covid nineteen",
"transcriptionEngine": "GenesysExtended",
"displayAs": "COVID-19"
}
GET /api/v2/speechandtextanalytics/dictionaryfeedback?transcriptionEngine=GenesysExtended
DELETE /api/v2/speechandtextanalytics/dictionaryfeedback/{id}
When should you use this?
This feature is especially useful if:
Custom vocabulary is a simple but powerful way to:
Start small-add a few high-impact terms-and iterate as you go.
If you have questions or want help getting started, don't hesitate to post them in this thread.
Regards,
#WEM-Quality,WFM,Gamification,etc------------------------------
Jose Ruiz
Genesys - Employees
Product Manager
jose.ruiz@genesys.com------------------------------