Built off of the official ruby sdk, ExApiAi is a elixir wrapper from api.ai.
If available in Hex, the package can be installed as:
- Add
ex_api_ai
to your list of dependencies inmix.exs
:
```elixir
def deps do
[{:ex_api_ai, "~> 0.1.0"}]
end
```
- Ensure
ex_api_ai
is started before your application:
```elixir
def application do
[applications: [:ex_api_ai]]
end
```
If published on HexDocs, the docs can be found at https://hexdocs.pm/ex_api_ai