An open API service indexing awesome lists of open source software.

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

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/