dialogflow / dialogflow-android-client

Android SDK for Dialogflow
https://dialogflow.com
Apache License 2.0
574 stars 270 forks source link

2.0.7@aar missing SupportedLanguages enum #68

Closed cuchas closed 1 year ago

cuchas commented 7 years ago

Hi, I've imported ai.api:sdk:2.0.7@aar and tried to use it but the AIConfiguration.SupportedLanguages enum is missing, what version should I use till the fix?

ourdex86 commented 7 years ago

Any update ? Even I am trying to use the same. Couldn't find AIConfiguration.SupportedLanguages.English

Abdulr-intija commented 7 years ago

Yeah, same issue over here too. It seems like it has been removed from 2.0.7 so i used 2.0.6 and it worked well. So instead of importing ai.api:sdk:2.0.7@aar , i imported ai.api:sdk:2.0.6@aar

cuchas commented 7 years ago

I've checked another issues and found the SupportedLanguages remains at 'ai.api:libai:1.6.12', so I added it together with sdk 'ai.api:sdk:2.0.7@aar' and it worked!

Danm72 commented 6 years ago

Unbelievable that this is still open