Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T06:45:25.000Z (over 3 years ago)
- Last Synced: 2023-03-02T04:56:57.546Z (almost 2 years 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).