Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to make this skill work now #2

Closed
imoforte opened this issue May 8, 2023 · 8 comments
Closed

Impossible to make this skill work now #2

imoforte opened this issue May 8, 2023 · 8 comments

Comments

@imoforte
Copy link

imoforte commented May 8, 2023

Good morning. Before it worked fine. Still the same problem in Alexa. Impossible to make this skill work now.
I'm sorry because before it was perfect

@k4l1sh
Copy link
Owner

k4l1sh commented May 9, 2023

what's the problem? everything seems to be working following the step-by-step tutorial

@imoforte
Copy link
Author

imoforte commented May 9, 2023 via email

@imoforte
Copy link
Author

imoforte commented May 9, 2023 via email

@k4l1sh
Copy link
Owner

k4l1sh commented May 9, 2023

Looks like the stop intent is conflicting with the gpt intent. These conflicts will no longer be available from May 17, 2023.

You can edit JSON Editor to AMAZON.SearchQuery (the way it was before)

{
    "interactionModel": {
        "languageModel": {
            "invocationName": "chat",
            "intents": [
                {
                    "name": "GptQueryIntent",
                    "slots": [
                        {
                            "name": "query",
                            "type": "AMAZON.SearchQuery"
                        }
                    ],
                    "samples": [
                        "chat {query}"
                    ]
                },
                {
                    "name": "AMAZON.CancelIntent",
                    "samples": []
                },
                {
                    "name": "AMAZON.HelpIntent",
                    "samples": []
                },
                {
                    "name": "AMAZON.StopIntent",
                    "samples": []
                },
                {
                    "name": "AMAZON.NavigateHomeIntent",
                    "samples": []
                }
            ],
            "types": []
        }
    }
}

The downside of this is that you will need to say "chat" before each interaction.

@imoforte
Copy link
Author

imoforte commented May 9, 2023

I will see it now

@imoforte
Copy link
Author

imoforte commented May 9, 2023

still not working. If .... These conflicts will no longer be available from May 17, 2023 ...
I believe that the best thing will be to wait after that date ... to be able to test the possible solutions. Thanks

@imoforte
Copy link
Author

Good morning. Note: Invocation name in Alexa must be a minimum of two words. I'm doing ALL what your manual says, step by step. Alexa's response: There was a problem with the requested skill's response

@k4l1sh
Copy link
Owner

k4l1sh commented May 16, 2023

Fixed in the issue #3

@k4l1sh k4l1sh closed this as completed May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants