Closed JosepEscobar closed 8 years ago
Hi,
Change language for request (lang property, default value equal 'en') or set property in ApiAI class, It language will be used all requests.
Wow! I fixed! :D .h @property(nonatomic, strong) ApiAI *openAPI;
.m ... _openAPI = [[ApiAI alloc] init]; ... _openAPI.lang = @"es";
thanks!
No problem!
I have configured the agent in Spanish but it almost doesn't recognize any word. Such as "ordenador", it recognizes it as "open alarm".