We have created a bot flow in Genesys within our client organization, which is hosted in the Dublin region. However, when attempting to modify and publish the flow, we consistently encounter a "Publish Failed" error. Notably, there are no error responses from the APIs. The only indication of an issue is an exception displayed in the browser console.
This is the error message in the flow details API
"errorMessage": "Flow 'flow name' version '4.0' cannot be published",
"errorCode": "ARCHITECT_FLOW_NOT_PUBLISHABLE",
"errorDetails": [
{
"errorCode": "ARCHITECT_NLU_VERSION_CREATION_FAILED",
"entityId": "enitity id",
"entityName": "domainId"
}
],
"errorMessageParams": {
"name": "flow name",
"version": "4.0"
},