dialogflow-android-client
dialogflow-android-client copied to clipboard
Support for English Indian ("en-IN") language in SupportedLanguages
Using the following versions of sdk:
implementation 'ai.api:sdk:2.0.7@aar'
implementation 'ai.api:libai:1.6.12'
As in supported languages I configured the agent language as English with locale as Indian in console. But there is no option to configure it via SDK as there is no value for "en-IN" in SupportedLanguages enum.
How to support english indian locale?
Any updates on this?