{"id":26126326,"url":"https://github.com/codeforequity-at/botium-connector-genesys-agent-assist","last_synced_at":"2026-03-07T03:01:23.654Z","repository":{"id":271335499,"uuid":"911675609","full_name":"codeforequity-at/botium-connector-genesys-agent-assist","owner":"codeforequity-at","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-28T12:06:39.000Z","size":162,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-19T21:45:03.709Z","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}},"created_at":"2025-01-03T15:24:31.000Z","updated_at":"2025-05-27T09:08:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"83bd44ad-b69b-43aa-bf03-cdd438fe127d","html_url":"https://github.com/codeforequity-at/botium-connector-genesys-agent-assist","commit_stats":null,"previous_names":["codeforequity-at/botium-connector-genesys-agent-assist"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codeforequity-at/botium-connector-genesys-agent-assist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-genesys-agent-assist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-genesys-agent-assist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-genesys-agent-assist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-genesys-agent-assist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeforequity-at","download_url":"https://codeload.github.com/codeforequity-at/botium-connector-genesys-agent-assist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-genesys-agent-assist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-03-10T17:49:27.712Z","updated_at":"2026-03-07T03:01:23.608Z","avatar_url":"https://github.com/codeforequity-at.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Botium Connector for Genesys Agent Assist\n\nThis is a Botium connector for testing your Genesys Agent Assist query 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\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* [Genesys PureCloud ClientId and ClientSecret](https://help.mypurecloud.com/articles/create-an-oauth-client/)\n* KnowledgeId\n* The deployment name\n* A __project directory__ on your workstation to hold test cases and Botium configuration\n\nSee also [Understand knowledge base V2 questions and answer articles](https://help.mypurecloud.com/articles/understand-knowledge-base-v2-questions-and-answer-articles/)\n\n## Install Botium and Genesys Agent Assist Connector\n\nWhen using __Botium CLI__:\n\n```\n\u003e npm install -g botium-cli\n\u003e npm install -g botium-connector-genesys-agent-assist\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-genesys-agent-assist\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 Genesys Knowledge Base\n\nCreate a botium.json with Genesys ClientId, ClientSecret and KnowledgeId:\n\n```javascript\n{\n  \"botium\": {\n    \"Capabilities\": {\n      \"PROJECTNAME\": \"genesys-kb-connector\",\n      \"CONTAINERMODE\": \"genesys-agent-assist\",\n      \"GENESYS_AGENT_ASSIST_API_DOMAIN\": \"mypurecloud.com\",\n      \"GENESYS_AGENT_ASSIST_CLIENTID\": \"xxx\",\n      \"GENESYS_AGENT_ASSIST_CLIENTSECRET\": \"xxx\",\n      \"GENESYS_AGENT_ASSIST_KNOWLEDGE_ID\": \"xxx\",\n      \"GENESYS_AGENT_ASSIST_INCLUDE_DRAFTDOCS\": true,\n      \"GENESYS_AGENT_ASSIST_TIMEOUT\": 60000\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## Using the botium-connector-genesys-agent-assist-cli\n\nThis connector provides a CLI interface for importing convos and utterances from your Genesys Knowledge base and convert it to BotiumScript.\n\n* Intents(document title) and Utterances(phrases) are converted to BotiumScript utterances and convo files (using the --buildconvos option)\n\nYou can either run the CLI with *[botium-cli](https://github.com/codeforequity-at/botium-cli) (recommended - it is integrated there)*, or directly from this connector (see samples/Connector-Test/package.json for some examples):\n\n    \u003e botium-connector-genesys-agent-assist-cli import --buildconvos\n\n_Please note that a botium-core installation is required_\n\nFor getting help on the available CLI options and switches, run:\n\n    \u003e botium-connector-genesys-agent-assist-cli import --help\n\n## Supported Capabilities\n\nSet the capability __CONTAINERMODE__ to __genesys-agent-assist__ to activate this connector.\n\n### GENESYS_AGENT_ASSIST_API_DOMAIN\nSee [Genesys Cloud environment region] (https://developer.genesys.cloud/platform/api/)\nexample values: mypurecloud.com (us-east-1), usw2.pure.cloud (us-west-2), api.mypurecloud.ie (eu-west-1) etc.\ndefault: mypurecloud.com\n\n### GENESYS_AGENT_ASSIST_CLIENTID\nSee [Genesys PureCloud ClientId and ClientSecret](https://help.mypurecloud.com/articles/create-an-oauth-client/)\n\n### GENESYS_AGENT_ASSIST_CLIENTSECRET\nSee [Genesys PureCloud ClientId and ClientSecret](https://help.mypurecloud.com/articles/create-an-oauth-client/)\n\n### GENESYS_AGENT_ASSIST_KNOWLEDGE_ID\nThe Id of Knowlege Base to which Agent assist is conected to (https://help.mypurecloud.com/articles/create-genesys-agent-assist-as-an-assistant/)\n\n### GENESYS_AGENT_ASSIST_INCLUDE_DRAFTDOCS\nIndicates whether the search results would also include draft documents.\ndefault: true\n\n### GENESYS_AGENT_ASSIST_MAX_ANSWERS\nMaxium number of answers expected for a query by Agent Assist\ndefault: 5\n\n### GENESYS_AGENT_ASSIST_TIMEOUT\nAPI Timeout\ndefault: 10000 ms\n\nSee also [About the knowledge workbench V2](https://help.mypurecloud.com/articles/about-the-knowledge-workbench-v2/)\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-genesys-agent-assist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-genesys-agent-assist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-genesys-agent-assist/lists"}