{"id":15524401,"url":"https://github.com/codeforequity-at/botium-connector-cognigy","last_synced_at":"2026-04-02T19:06:19.200Z","repository":{"id":45879830,"uuid":"221919838","full_name":"codeforequity-at/botium-connector-cognigy","owner":"codeforequity-at","description":"Botium Connector for Cognigy AI","archived":false,"fork":false,"pushed_at":"2026-03-24T06:49:39.000Z","size":99,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-03-25T08:25:11.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.botium.at","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeforequity-at.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-11-15T12:28:55.000Z","updated_at":"2026-03-17T10:36:05.000Z","dependencies_parsed_at":"2025-12-11T15:15:17.420Z","dependency_job_id":null,"html_url":"https://github.com/codeforequity-at/botium-connector-cognigy","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/codeforequity-at/botium-connector-cognigy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-cognigy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-cognigy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-cognigy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-cognigy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeforequity-at","download_url":"https://codeload.github.com/codeforequity-at/botium-connector-cognigy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-cognigy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31313901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T10:51:10.766Z","updated_at":"2026-04-02T19:06:19.177Z","avatar_url":"https://github.com/codeforequity-at.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Botium Connector for Cognigy AI\n\n[![NPM](https://nodei.co/npm/botium-connector-cognigy.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/botium-connector-cognigy/)\n\n[![npm version](https://badge.fury.io/js/botium-connector-cognigy.svg)](https://badge.fury.io/js/botium-connector-cognigy)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()\n\n\nThis is a [Botium](https://github.com/codeforequity-at/botium-core) connector for testing your [Cognigy AI](https://cognigy.com/) chatbot.\n\n__Did you read the [Botium in a Nutshell](https://medium.com/@floriantreml/botium-in-a-nutshell-part-1-overview-f8d0ceaf8fb4) articles? Be warned, without prior knowledge of Botium you won't be able to properly use this library!__\n\n## How it works\nBotium connects to the [REST Endpoint](https://docs.cognigy.com/v3.0/docs/deploy-a-rest-endpoint) of your Cognigy AI chatbot.\n\nIt can be used as any other Botium connector with all Botium Stack components:\n* [Botium CLI](https://github.com/codeforequity-at/botium-cli/)\n* [Botium Bindings](https://github.com/codeforequity-at/botium-bindings/)\n* [Botium Box](https://www.botium.at)\n\n## Requirements\n* **Node.js and NPM**\n* a **Cognigy AI bot**\n* a **project directory** on your workstation to hold test cases and Botium configuration\n\n## Install Botium and Cognigy AI Connector\n\nWhen using __Botium CLI__:\n\n```\n\u003e npm install -g botium-cli\n\u003e npm install -g botium-connector-cognigy\n\u003e botium-cli init\n\u003e botium-cli run\n```\n\nWhen using __Botium Bindings__:\n\n```\n\u003e npm install -g botium-bindings\n\u003e npm install -g botium-connector-cognigy\n\u003e botium-bindings init mocha\n\u003e npm install \u0026\u0026 npm run mocha\n```\n\nWhen using __Botium Box__:\n\n_Already integrated into Botium Box, no setup required_\n\n## Connecting Cognigy AI chatbot to Botium\n\n1. In your Cognigy project, deploy a [REST Endpoint](https://docs.cognigy.com/v3.0/docs/deploy-a-rest-endpoint)\n2. Create a botium.json in your project directory and add your Cognigy Endpoint URL\n\n```\n{\n  \"botium\": {\n    \"Capabilities\": {\n      \"PROJECTNAME\": \"\u003cwhatever\u003e\",\n      \"CONTAINERMODE\": \"cognigy\",\n      \"COGNIGY_URL\": \"https://endpoint-demo.cognigy.ai/xxxxxxxxxxxxxxxxxxxxxx\",\n    }\n  }\n}\n```\n3. (Optional) If you want to enable NLP Analytics (Intent Resolution, Confidence Score), follow these steps:\n\n    3.1. Enable [Collect Analytics](https://docs.cognigy.com/docs/data-management#collect-analytics) in your Entpoint Settings\n\n    3.2. Find your [Cognigy OData Endpoint](https://docs.cognigy.com/docs/odata-analytics-endpoint)\n\n    3.3. Create an [Api Key](https://docs.cognigy.com/docs/my-profile#api-keys) in your Cognigy Profile\n\n    3.4. Adjust the botium.json file:\n```\n    {\n      \"botium\": {\n        \"Capabilities\": {\n          \"PROJECTNAME\": \"\u003cwhatever\u003e\",\n          \"CONTAINERMODE\": \"cognigy\",\n          \"COGNIGY_URL\": \"https://endpoint-demo.cognigy.ai/xxxxxxxxxxxxxxxxxxxxxx\",\n          \"COGNIGY_NLP_ANALYTICS_ENABLE\": true,\n          \"COGNIGY_NLP_ANALYTICS_ODATA_URL\": \"https://odata-demo.cognigy.ai\",\n          \"COGNIGY_NLP_ANALYTICS_ODATA_APIKEY\": \"xxxxxxxxxxxxxxxxxxxxxxxxxx\"\n        }\n      }\n    }\n```\n\n4. To check the configuration, run the emulator (Botium CLI required) to bring up a chat interface in your terminal window:\n\n```\n\u003e botium-cli emulator\n```\n\nBotium setup is ready, you can begin to write your [BotiumScript](https://github.com/codeforequity-at/botium-core/wiki/Botium-Scripting) files.\n\n## How to start samples\n\n* Adapt botium.json in the sample directory\n* Install packages, run the test\n\n```\n\u003e cd ./samples/travelbook\n\u003e npm install \u0026\u0026 npm test\n```\n\n## Supported Capabilities\n\nSet the capability __CONTAINERMODE__ to __cognigy__ to activate this connector.\n\n### COGNIGY_ENDPOINT_TYPE\nCan be 'REST' or 'SOCKETIO'\n\nDefault: 'REST'\n\n### COGNIGY_URL\nCognigy Endpoint URL\n\n### COGNIGY_USER_ID\nUser id\n\nOptional. Will be a generated GUID by default.\n\n### COGNIGY_NLP_ANALYTICS_ENABLE\nEnable NLP Analyics (Intent Resolution, Confidence Score)\n\nDisable if you don't need this feature (faster responses)\n\n### COGNIGY_NLP_ANALYTICS_ODATA_URL\nCognigy OData Analyics Endpoint\n\nOptional. Only needed if NLP Analyics is enabled.\n\nMore about Cognigy Odata Endpoint you can find in [Cognigy Docs - OData Analyics Endpoint](https://docs.cognigy.com/docs/odata-analytics-endpoint)\n\n### COGNIGY_NLP_ANALYTICS_ODATA_APIKEY\nOData Api Key\n\nOptional. Only needed if NLP Analyics is enabled.\n\nMore about Cognigy Api Keys you can find in [Cognigy Docs - Api Keys](https://docs.cognigy.com/docs/my-profile#api-keys)\n\n### COGNIGY_NLP_ANALYTICS_WAIT\nTime to wait for fetching NLP Analyics Data after each Convo Step (in milliseconds)\n\nDefault: 5000\n\n### COGNIGY_API_URL\nFor downloading intents and user examples\n\n### COGNIGY_API_APIKEY\nFor downloading intents and user examples\n\n### COGNIGY_BODY_FROM_JSON\nIf set to true, and the message is a JSON object, the message will be sent as the body of the request. \nThe message has to be in Cognigy API request format.\n\n### Roadmap\n* Support for additional channel and channel content\n* Support for intent/entity asserter\n* Support for sentiment analyze\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-cognigy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-cognigy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-cognigy/lists"}