{"id":15524394,"url":"https://github.com/codeforequity-at/botium-connector-azure-clu","last_synced_at":"2026-01-27T23:53:10.421Z","repository":{"id":91176315,"uuid":"598066017","full_name":"codeforequity-at/botium-connector-azure-clu","owner":"codeforequity-at","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-28T08:59:16.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-22T22:24:01.868Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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}},"created_at":"2023-02-06T10:23:11.000Z","updated_at":"2024-11-28T08:56:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"d686b6c7-ac10-4d11-a36d-00aa9c628e33","html_url":"https://github.com/codeforequity-at/botium-connector-azure-clu","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.30000000000000004","last_synced_commit":"0ed07ca615060232b1fbb25c1a6db94345a0c2fc"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/codeforequity-at/botium-connector-azure-clu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-azure-clu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-azure-clu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-azure-clu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-azure-clu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeforequity-at","download_url":"https://codeload.github.com/codeforequity-at/botium-connector-azure-clu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-azure-clu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28828007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"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:09.185Z","updated_at":"2026-01-27T23:53:10.388Z","avatar_url":"https://github.com/codeforequity-at.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Botium Connector for Azure Conversational Language Understanding\n\n[![NPM](https://nodei.co/npm/botium-connector-azure-clu.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/botium-connector-azure-clu/)\n\n[![npm version](https://badge.fury.io/js/botium-connector-azure-clu.svg)](https://badge.fury.io/js/botium-connector-azure-clu)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()\n\nThis is a [Botium](https://github.com/codeforequity-at/botium-core) connector for testing your Azure Conversational Language Understanding intent resolution logic.\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\n\nAzure Conversational Language Understanding is just a stateless NLP recognition engine, extracting intent, and entities. \nYou can use corresponding [Botium NLP Asserters](https://botium-docs.readthedocs.io/en/latest/05_botiumscript/index.html#nlp-asserter-intents-entities-confidence)\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## Prerequisites\n\n* __Node.js and NPM__\n* [AZURE subsription](https://azure.microsoft.com/free/cognitive-services)\n* Azure CLU project\n* [Resource key, and endpoint of the Azure CLU project](https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/conversational-language-understanding/quickstart#get-your-resource-keys-and-endpoint)\n* The name of the Azure CLU project\n* The deployment name\n* A __project directory__ on your workstation to hold test cases and Botium configuration\n\nSee also [Quickstart: Conversational language understanding](https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/conversational-language-understanding/quickstart))\n\n## Install Botium and Azure Conversational Language Understanding Connector\n\nWhen using __Botium CLI__:\n\n```\n\u003e npm install -g botium-cli\n\u003e npm install -g botium-connector-azure-clu\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-azure-clu\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 Azure Conversational Language Understanding\n\nCreate a botium.json with Azure resource key, and endpoint:\n\n```javascript\n{\n  \"botium\": {\n    \"Capabilities\": {\n      \"PROJECTNAME\": \"Botium Project Azure CLU\",\n      \"CONTAINERMODE\": \"azure-clu\",\n      \"AZURE_CLU_ENDPOINT_URL\": \"xxx\",\n      \"AZURE_CLU_ENDPOINT_KEY\": \"xxx\",\n      \"AZURE_CLU_PROJECT_NAME\": \"xxx\",\n      \"AZURE_CLU_DEPLOYMENT_NAME\": \"xxx\"\n    }\n  }\n}\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## Supported Capabilities\n\nSet the capability __CONTAINERMODE__ to __azure-clu__ to activate this connector.\n\n### AZURE_CLU_ENDPOINT_URL\nSee [Resource key, and endpoint of the Azure CLU project](https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/conversational-language-understanding/quickstart#get-your-resource-keys-and-endpoint)\n\n### AZURE_CLU_ENDPOINT_KEY\nSee [Resource key, and endpoint of the Azure CLU project](https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/conversational-language-understanding/quickstart#get-your-resource-keys-and-endpoint)\n\n### AZURE_CLU_PROJECT_NAME\nThe name of the Azure CLU project\n\n### AZURE_CLU_DEPLOYMENT_NAME\nThe Azure CLU deployment to test.\n\n### AZURE_CLU_API_VERSION\nAPI version.\n_Default: 2022-05-01_\n\n### AZURE_CLU_PARTICIPANT_ID\nThe participiant ID. See [Azure API doc](https://learn.microsoft.com/en-us/rest/api/language/2022-05-01/conversation-analysis-runtime/analyze-conversation)\n\n### AZURE_CLU_LANGUAGE\nThe language of the conversation.\n\n### AZURE_CLU_DIRECT_TARGET\nThe direct target. See [Azure API doc](https://learn.microsoft.com/en-us/rest/api/language/2022-05-01/conversation-analysis-runtime/analyze-conversation)\n\n### AZURE_CLU_TARGET_PROJECT_PARAMETERS\nThe target project parameters. See [Azure API doc](https://learn.microsoft.com/en-us/rest/api/language/2022-05-01/conversation-analysis-runtime/analyze-conversation)\n\n\n\n\nPossible values:\n* staging\n* production\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-azure-clu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-azure-clu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-azure-clu/lists"}