https://github.com/botsquad/google_api_dialogflow_fork
Fork of google_api_dialogflow package with support for multiple availability zones
https://github.com/botsquad/google_api_dialogflow_fork
Last synced: about 1 year ago
JSON representation
Fork of google_api_dialogflow package with support for multiple availability zones
- Host: GitHub
- URL: https://github.com/botsquad/google_api_dialogflow_fork
- Owner: botsquad
- License: apache-2.0
- Created: 2020-10-21T11:57:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T06:45:25.000Z (almost 5 years ago)
- Last Synced: 2025-02-11T14:46:25.728Z (over 1 year ago)
- Language: Elixir
- Size: 325 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoogleApi.Dialogflow
Dialogflow API client library.
Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_dialogflow` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_dialogflow, "~> 0.48"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/dialogflow/](https://cloud.google.com/dialogflow/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_dialogflow](https://hexdocs.pm/google_api_dialogflow).