CoCo Cognigy connector is a Flask application which allows you to expose your Cognigy bots as a components at the CoCo marketplace.
- Deploy Cognigy Bot(Do not forget to enable the API).
- Create Rest endpoint for your bot.
- Map component statuses and context action names in your bot responses.
- Done Status - Status which will be returned when the bot/
component
achived it's goal(Add "" tag to the message text). - Failed Status - Status which will be returned when the bot/
component
will not complete it's goad(Add "" tag to the message text). - Out Of Status - Status which will be returned when the conversation went out of context(Add "<out_of_context>" tag to the message text).
- Action Name - The current context action name. (Add "action:action_name" tag to the message text).
- Done Status - Status which will be returned when the bot/
- Place the bot API URL in a JSON format at the following directory at the CoCo Cognigy Connector source:
/CognigyManager/components
- Each file represent a component which can be accessed through an http call tohttps://<host>/api/exchange/<file name - no extension>/<session ID>
- Upload the Flask app to a cloud service(Google app engine is recommende - yaml file included.)
gcloud app deploy