question

ihxn avatar image
ihxn asked

Alexa ModeController not work in fr-FR and fr-CA [Help! Help please!]

Hi:

I develop a smart home skill, and skill-id is: amzn1.ask.skill.2364d6e7-36b0-43cd-b749-e30035ab40c0 , i set the mode like this, all the other language except for fr-CA and fr-FR work just fine. And I check the discovery json is include fr-CA and fr-FR . Here tony is my device's nickname. I use google translate the mode value text, i suppose not the translation's problem, because other language like: en-US en-GB es-ES de-DE it-IT pt-BR work just fine on the same mode, what can i do?

alexa-ask.png


{
    "value": "cleaner.mode.FindMe",
    "modeResources": {
        "friendlyNames": [
            {
                "@type": "text",
                "value": {
                    "text": "where are you",
                    #ok: "locale": "en-US",
                    
                },
                
            },
            {
                "@type": "text",
                "value": {
                    "text": "locate robot",
                    #ok: "locale": "en-GB",
                    
                },
                
            },
            {
                "@type": "text",
                "value": {
                    "text": "localizar robot",
                    #ok: "locale": "es-ES",
                    
                },
                
            },
            {
                "@type": "text",
                "value": {
                    "text": "Roboter lokalisieren",
                    #ok: locaterobot"locale": "de-DE",
                    
                },
                
            },
            {
                "@type": "text",
                "value": {
                    "text": "Robot de positionnement",
                    #locaterobot"locale": "fr-FR",
                    
                },
                
            },
            {
                "@type": "text",
                "value": {
                    "text": "Robot de positionnement",
                    #locaterobot"locale": "fr-CA",
                    
                },
                
            },
            {
                "@type": "text",
                "value": {
                    "text": "localizzare robot",
                    #ok: locaterobot"locale": "it-IT",
                    
                },
                
            },
            {
                "@type": "text",
                "value": {
                    "text": "zlokalizuj robota",
                    #ok: locaterobot"locale": "pt-BR",
                    
                },
                
            },
            
        ]
    },
    
},
alexa skills kitalexaalexa smart homealexa simulator
alexa-ask.png (35.3 KiB)
1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

ihxn avatar image ihxn commented ·
0 Likes 0 ·

1 Answer

Chihiro@Amazon avatar image
Chihiro@Amazon answered

Hi ihxn,
Thank you for posting. It looks your utterance is "Alexa, <device> <mode>". The format of supported utterance for ModeController is "set the <device> to <mode>". Could you test with an utterance in fr-FR equal to "set the <device> to <mode>"?

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.