dialogflow-cpp-client
dialogflow-cpp-client copied to clipboard
C++ library for Dialogflow
It fix CMake generator due to the added license header
Hey, Is this project still alive? documentation seems to be really outdated and confusing.
Is there a plan to windows porting? Or is there a workaround for visual studio 2017?
a) sessionId is not set b) parsing contexts is buggy ``` diff --git a/apiai/src/query/QueryRequest.cpp b/apiai/src/query/QueryRequest.cpp index a284416..d331f96 100644 --- a/apiai/src/query/QueryRequest.cpp +++ b/apiai/src/query/QueryRequest.cpp @@ -86,9 +86,9 @@ response::Response QueryRequest::serialize(const string &response)...
Hi, while trying to check examples, getting this error ``` [Dao]:rus:~/apiai-cpp-client/build # ./examples/portaudio_example response_status_code: 200 download_size: 231 terminate called after throwing an instance of 'ai::ResponseErrorException' what(): This endpoing is not...