assistant-sdk-cpp
assistant-sdk-cpp copied to clipboard
Example of Google Assistant gRPC in C++
Specify model and device id via command line, e.g. ```bash ./run_assistant_audio --credentials ./credentials.json --model_id default --device_id default ```

After building grpc and all other dependencies, when I try to run "make run_assistant," the first error I get is in json_util.cc: extern "C" { } The included file, json.h,...
This PR has changes to tests/build.sh to build tag v1.32.0 of gRPC, latest release at the moment, for Raspbian 10. I've tested it with a Raspberry Pi 3 Model B...
Hi, I am getting the following error when i run make LANGUAGE=cpp. Can you tell me where I am going wrong? pi@raspberrypi:~/assistant-sdk-cpp/googleapis $ make LANGUAGE=cpp mkdir -p ./gens protoc --proto_path=.:/usr/local/include...
I followed the setup instructions step by step on my Raspberry Pi and completed all the steps, except make run_assistant failing after a while with error: ``` In file included...
I implemented this last year. Open to changes. Build Example on Linux: ``` mkdir build && cd build cmake .. -DCMAKE_INSTALL_PREFIX=../bin make -j ```
First i have create some action for my device model with dialogflow. then I run run_assistant_text and config with my device model id & device instance id, when enter my...
I have 2 devices chromecast and google home speaker. I had add them to default devices for video and audio playback for my program device. But It cant play video...
Can we install a socket connection and make only one SSL handshake and communicate with the assistant multiple times? How do we achieve this? Best regards! Thanks!