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

I need to call v1/avs/speechrecognizer/recognize #4

Open
DineshGuptaa opened this issue May 30, 2018 · 0 comments
Open

I need to call v1/avs/speechrecognizer/recognize #4

DineshGuptaa opened this issue May 30, 2018 · 0 comments

Comments

@DineshGuptaa
Copy link

Hi All,
I am doing 1st time with go language and Alexa voice services. in my project, I need to utilize Alexa API but I am not getting help from anywhere.

When I invoke service 'https://avs-alexa-eu.amazon.com/v1/avs/speechrecognizer/recognize' with request json below I am getting

REQUEST JSON:
{ "context": [ ], "event": { "header": { "dialogRequestId": "abc123dialog", "messageId": "abc123", "name": "Recognize", "namespace": "SpeechRecognizer" }, "payload": { "profile": "CLOSE_TALK", "format": "AUDIO_L16_RATE_16000_CHANNELS_1" } } }

RESPONSE ERROR:

{ "error": { "code": "INTERNAL_SERVICE_EXCEPTION", "message": "Invalid Resource Requested" } }

Please help to call the 'v1/avs/speechrecognizer/recognize' service. If any other information required please let me know.

Thanks In Advance.

Regards,
Dinesh Gupta

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

1 participant