How to connect to the server of | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to connect to the server of

How can we connect to the server of google Assistant and send the data to recieve the answers in our web pages. How can this be done by JavaScript AJAX ? No matter using frameworks like ["jQuery","Angular JS"] etc.

21st Oct 2018, 4:35 AM
Googel
Googel - avatar
1 Answer
+ 1
just try to use this one' SDK https://developers.google.com/assistant/sdk/reference/rpc/ and how i can understand, there are no http' protocol. it's using gRPC, and there are some streams with data transfer https://developers.google.com/assistant/sdk/reference/rpc/google.rpc
21st Oct 2018, 10:09 AM
perevertysh
perevertysh - avatar