{"id":17130377,"url":"https://github.com/swelham/ms_luis","last_synced_at":"2025-03-24T04:44:08.243Z","repository":{"id":62429942,"uuid":"87641446","full_name":"swelham/ms_luis","owner":"swelham","description":"A small library that can send requests to the Microsoft LUIS service","archived":false,"fork":false,"pushed_at":"2017-10-13T20:24:13.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T01:41:16.212Z","etag":null,"topics":["elixir","luis","microsoft"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/swelham.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}},"created_at":"2017-04-08T14:53:35.000Z","updated_at":"2017-04-08T21:47:40.000Z","dependencies_parsed_at":"2022-11-01T19:47:22.215Z","dependency_job_id":null,"html_url":"https://github.com/swelham/ms_luis","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swelham%2Fms_luis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swelham%2Fms_luis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swelham%2Fms_luis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swelham%2Fms_luis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swelham","download_url":"https://codeload.github.com/swelham/ms_luis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245212136,"owners_count":20578440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["elixir","luis","microsoft"],"created_at":"2024-10-14T19:12:14.179Z","updated_at":"2025-03-24T04:44:08.207Z","avatar_url":"https://github.com/swelham.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/swelham/ms_luis.svg?branch=master)](https://travis-ci.org/swelham/ms_luis) [![Deps Status](https://beta.hexfaktor.org/badge/all/github/swelham/ms_luis.svg?branch=master)](https://beta.hexfaktor.org/github/swelham/ms_luis) [![Hex Version](https://img.shields.io/hexpm/v/ms_luis.svg)](https://hex.pm/packages/ms_luis) [![Join the chat at https://gitter.im/swelham/ms_luis](https://badges.gitter.im/swelham/ms_luis.svg)](https://gitter.im/swelham/ms_luis?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n# MsLuis\n\nA client library for the Microsoft LUIS API\n\n## Installation\n\nAdd `ms_luis` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:ms_luis, \"~\u003e 2.0\"}]\nend\n```\n\n## Usage\n\nFirstly setup the `:ms_luis` config in your applications config file\n\n```elixir\nconfig :ms_luis, :config,\n  app_key: \"\u003cyour-application-key\u003e\",\n  sub_key: \"\u003cyour-subscription-key\u003e\"\n```\n\nThen you can call the `MsLuis.get_intent/1` function with the text you wish to get the intent for.\n\n```elixir\nMsLuis.get_intent(\"turn off the lights\")\n# {:ok, %{\"topScoringIntent\" =\u003e \"lights_off\", ...}}\n```\n\n## TODO - API features to implement\n\n* [x] Apps\n* [x] Examples\n* [ ] Features\n* [ ] Models\n* [ ] Permissions\n* [x] Training\n* [ ] User\n* [ ] Versions\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswelham%2Fms_luis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswelham%2Fms_luis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswelham%2Fms_luis/lists"}