monic Active Member Licensed User Longtime User Mar 24, 2016 #1 Hi, Make a wrapper for api.ai sdk service been mentioned for B4i but not for B4A. https://www.b4x.com/android/forum/t...cognition-using-api-ai-service.55909/#content
Hi, Make a wrapper for api.ai sdk service been mentioned for B4i but not for B4A. https://www.b4x.com/android/forum/t...cognition-using-api-ai-service.55909/#content
somed3v3loper Well-Known Member Licensed User Longtime User Mar 24, 2016 #2 They seem to have HTTP Api https://docs.api.ai/docs/reference so you can use their service by httputils
They seem to have HTTP Api https://docs.api.ai/docs/reference so you can use their service by httputils
narek adonts Well-Known Member Licensed User Longtime User Mar 24, 2016 #3 I think that the class made for B4i will work also with B4A. Maybe you will need to change the Http with OKHttp and OKHttpUtils. That is the power of B4x ))
I think that the class made for B4i will work also with B4A. Maybe you will need to change the Http with OKHttp and OKHttpUtils. That is the power of B4x ))