All Questions
4 questions
0
votes
1
answer
747
views
How can i change language google assistant SDK using gRPC?
i trying to make application using google assistant sdk.
i have success talking with google assistant in english... but i don't know how change language.
i want talk with google assistant using ...
0
votes
1
answer
559
views
How to implement OAuth 2.0 Authorization for Google Assistant on Android?
I have created the gRPC binding for the embedded_assistant.proto and now need to authenticate with Google Assistant SDK before I could send and receive data.
I have followed this guide but I am ...
0
votes
1
answer
561
views
Google Assistant API generating .proto file missing import
I am getting the errors
google/api/http.proto: File not found
google/protobuf/descriptor.proto: File not found
when trying to generate the .java files for embedded_assistant.proto. I am using the ...
0
votes
1
answer
751
views
Does google-assistant-sdk support for other languages?
I knew google assistant SDK has been released, but the default language is English, does it support for other languages?
thanks in advance!