assistant-sdk-cpp
assistant-sdk-cpp copied to clipboard
Example of Google Assistant gRPC in C++
opening microphine automatically for multi turn situation.
hello, what I want to do is that open the microphone resouce when the response from google assistant is re-asking, for example, Me: add my schedule G : what’s the...
make run_assistant failed.
Just followed the readme and try to build the run_assistant..getting an error? Please help to check what is the issue? ~/Linux-Google-Home/assistant-sdk-cpp$ make run_assistant find: `/googleapis/gens/google/api': No such file or directory...
Build error and Fix
Final stage of build process, "make run_assisitant" may give me the following error, ``` g++ /home/ubuntu/git/assistant-sdk-cpp//googleapis/gens/google/assistant/embedded/v1alpha2/embedded_assistant.pb.o /home/ubuntu/git/assistant-sdk-cpp//googleapis/gens/google/assistant/embedded/v1alpha2/embedded_assistant.grpc.pb.o googleapis.ar src/json_util.o src/base64_encode.o src/run_assistant_text.o -lm -lm -lgrpc_cronet -Wl,--no-as-needed -lgrpc++_reflection -Wl,--as-needed -lprotobuf -lpthread -ldl...
run_assistant with "Prive managers HK" fails to get response
Hi, Today, I try to run_assistant with "Prive managers HK" text_input. No response gets back. May I know how to fix this? + The logs are attached as below. Kind...
run_assistant fails to run on a different node
Hey there, I have run_assistant working perfectly fine in a docker container on one node, say node-18. However, when I start the same docker container on a separate node, say...
assistant_sdk failed, error: OS Error
Init ok,and write data ok,but response always "OS Error";Some times ok. ubuntu
Support for NEWS and MUSIC Playback management
Hi There, I would like to confirm whether this reference implementation would be able to support NEWS and MUSIC Playback. I'm listening the voice response for NEWS and MUSIC Playback...
assistant_sdk failed, error: lame client channel
hi, I get a error when Start run_assistant: wxd@suntec:~/assistant-sdk-cpp$ ./run_assistant --audio_input ./resources/weather_in_mountain_view.raw --credentials_file ./credentials.json --credentials_type USER_ACCOUNT assistant_sdk robots_pem: assistant_sdk CreateCustomChannel(embeddedassistant.googleapis.com:443, creds, arg) E0223 16:30:13.280134655 398 resolver_registry.cc:111] don't know how to...
stuck on main function
I port this sdk on Android arm platform, but when I try to run run_assistant but it stop at This function std::shared_ptr stream(std::move(assistant->Converse(&context))); Is there any direction for me to...
Link errors for make run_assistant
When I type commands "**make run_assistant**", the errors appear as follows. How can I fix the issues? Thanks. wire_format.cc:(.text+0x98c0): undefined reference to `absl::lts_20230125::log_internal::LogMessageFatal::~LogMessageFatal()' /lib/../lib/libprotobuf.a(wire_format.cc.o): In function `google::protobuf::internal::MapKeyDataOnlyByteSize(google::protobuf::FieldDescriptor const*, google::protobuf::MapKey const&)':...