{"id":39814090,"url":"https://github.com/codeforequity-at/botium-connector-qic","last_synced_at":"2026-01-20T16:34:17.305Z","repository":{"id":307432584,"uuid":"1023499321","full_name":"codeforequity-at/botium-connector-qic","owner":"codeforequity-at","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-18T14:05:01.000Z","size":113,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-18T16:56:05.171Z","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-21T08:53:31.000Z","updated_at":"2025-09-18T14:05:06.000Z","dependencies_parsed_at":"2025-09-18T16:28:20.021Z","dependency_job_id":null,"html_url":"https://github.com/codeforequity-at/botium-connector-qic","commit_stats":null,"previous_names":["codeforequity-at/botium-connector-qic"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codeforequity-at/botium-connector-qic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-qic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-qic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-qic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-qic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeforequity-at","download_url":"https://codeload.github.com/codeforequity-at/botium-connector-qic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-qic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2026-01-18T12:46:42.102Z","updated_at":"2026-01-18T12:46:42.186Z","avatar_url":"https://github.com/codeforequity-at.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Botium Connector for Amazon Q Connect\n\n[![NPM](https://nodei.co/npm/botium-connector-qic.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/botium-connector-qic/)\n[![npm version](https://badge.fury.io/js/botium-connector-qic.svg)](https://badge.fury.io/js/botium-connector-qic)\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 Amazon Q in Connect 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 [Amazon Connect API](https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Q_Connect.html) to start a chat session and interact with your Amazon Q in Connect Assistant.\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\nThis connector does not extract NLP info, so NLP based asserters wont work using this technology\n\n## Requirements\n* **Node.js and NPM**\n* An **Amazon Connect instance** with Amazon Q assistant.\n* An **IAM user** with permissions to use the Amazon Connect API.\n* A **project directory** on your workstation to hold test cases and Botium configuration.\n\n## Install Botium and Amazon Q in Connect Connector\n\nWhen using __Botium CLI__:\n\n```\n\u003e npm install -g botium-cli\n\u003e npm install -g botium-connector-qic\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-qic\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 Amazon Q in Connect to Botium\n\nYou have to create an **IAM user** to enable Botium to access the Amazon Connect API.\n\n* [Create an IAM user](https://console.aws.amazon.com/iam/) (see [here](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html) for help)\n  * Important: choose _Programmatic access_ as access type\n  * Note access key and secret, you need it later\n  * Choose _Attach existing policies to user directly_ to give permissions. A good starting point is the `AmazonConnect_FullAccess` policy.\n  * Feel free to use finer grained policies if you know what you are doing, or read [Authentication and Access Control for Amazon Connect](https://docs.aws.amazon.com/connect/latest/adminguide/security-iam.html).\n\nCreate a `botium.json` with your Amazon Connect and chat configuration:\n\n```json\n{\n  \"botium\": {\n    \"Capabilities\": {\n      \"CONTAINERMODE\": \"qic\",\n      \"QIC_ASSISTANT_ID\": \"your-assistant-id\",\n      \"QIC_AWS_REGION\": \"us-east-1\",\n      \"QIC_AWS_ACCESS_KEY_ID\": \"your-access-key-id\",\n      \"QIC_AWS_SECRET_ACCESS_KEY\": \"your-secret-access-key\"\n    }\n  }\n}\n```\n\nTo 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://botium-docs.readthedocs.io/en/latest/05_botiumscript/index.html) files.\n\n## Supported Capabilities\n\nSet the capability **CONTAINERMODE** to **qic** to activate this connector.\n\n### QIC_AWS_REGION\n**Required.** AWS region where your Connect instance is located (e.g., `us-east-1`).\n\n### QIC_AWS_ACCESS_KEY_ID\n**Required.** AWS access key ID for authentication.\n\n### QIC_AWS_SECRET_ACCESS_KEY\n**Required.** AWS secret access key for authentication.\n\n### QIC_ASSISTANT_ID\n**Required.** The identifier of the Amazon Q assistant.\n\n### QIC_CLIENT_TOKEN\nA unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, a UUID is generated.\n\n### QIC_GENERATE_FILLER_MESSAGE\nEnable or disable generation of filler messages. Set to true to enable.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-qic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-qic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-qic/lists"}