googlesamples / assistant-sdk-python

Samples and bindings for the Google Assistant API
http://developer.google.com/assistant/sdk
Apache License 2.0
915 stars 321 forks source link

Supporting Dutch Language #172

Open janvda opened 6 years ago

janvda commented 6 years ago

Hi,

Is there a way to make the assistant understand the "Dutch" language ?

Using the following command :

googlesamples-assistant-pushtotalk --device-id 'FD...0FD4F8' --device-model-id 'pi.....it' --lang 'es-ES'

I could make the assistant understand Spanish, but when I tried it with the language options 'nl-BE' or 'nl-NL' (for "Dutch - Belgium" and "Dutch - Netherlands") it gives an error indicating that it is an unsupported language code.

grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.INVALID_ARGUMENT, Invalid 'dialog_state_in': unsupported language_code.)>

If the Dutch language is currently not supported, do you have an idea when it will be supported ?

many thanks Jan.

Fleker commented 6 years ago

I believe that the supported list of languages lines up closely with the Actions on Google list of locales. Dutch currently is not one of them.

There's no public timeline for when future languages are being released. But when it is, then using nl should work as expected.

bj32161 commented 6 years ago

Hi, I have facing same issue for Thai language 'th-TH'. May I have confirm Google Assistant support this language? Thank you Panya

Fleker commented 6 years ago

It seems like Assistant now supports th-TH and nl-NL.

bj32161 commented 6 years ago

I'm running on AIY google, it still not support. there is error showing "no support this language:" after ran command pushtotalk.py --lang th-TH

pvklink commented 5 years ago

I'm running the assistant on python SDK google on a Raspberry PI 3b, it still not support. there is error showing "no support this language:" after ran command pushtotalk.py --lang nl-NL

Fleker commented 5 years ago

This reference page shows all of the supported languages right now.

pvklink commented 5 years ago

Ok, thanks! I will monitor that reference page for update. Anyone an idea when dutch will be added?

Fleker commented 5 years ago

I can't speak to future releases or times.