https://github.com/hassan11196/go-dialogflow-basic
A Basic Chatbot Interface with Dialogflow using go
https://github.com/hassan11196/go-dialogflow-basic
dialogflow go goalng
Last synced: 4 months ago
JSON representation
A Basic Chatbot Interface with Dialogflow using go
- Host: GitHub
- URL: https://github.com/hassan11196/go-dialogflow-basic
- Owner: hassan11196
- Created: 2020-02-12T20:41:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T16:47:01.000Z (about 5 years ago)
- Last Synced: 2023-03-04T10:32:20.266Z (over 2 years ago)
- Topics: dialogflow, go, goalng
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Go Socket Programming interacting With DialogFlow API
To run server :
go run .\src\server\server.go
To run client :
go run .\src\client\client.go
P.S : enclose messages from client - cli in inverted commas(e.g "Hello") or else the server would crash.
## References :
https://systembash.com/a-simple-go-tcp-server-and-tcp-client/