SAPConversationalAI
SAPConversationalAI copied to clipboard
Unable to add Fallback channels under SAP CEC in Bots which are forked. Throwing "Connector not found" error when tried to any.
As a workaround, the connector can be created manually by posting below data to endpoint https://api.recast.ai/connect/v1/users/$userslug/bots/$botslug/connectors/
{
"url": "https://api.recast.ai/build/v1/dialog",
"isTyping": true
}
(bug card created : SAPMLCONV-1249)