We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I am trying your Sample "PVA - Room Service Rating".
When using it the API refuses the payload with the message
{ "type": "Bad Request", "message": "Invalid type in displayText.actions", "errors": [] }
It seems the action SkillConnectionAction is not supported anymore?
SkillConnectionAction
"actions": [ { "type": "SkillConnectionAction", "connectionUri": "connection://{{SkillId}}.rating/1?provider={{SkillId}}", "input": { "rating": 1 } }, ]
Thanks for your help!
The text was updated successfully, but these errors were encountered:
This has been surfaced as an issue to the engineering team, can you try it again to see if it is resolved?
Sorry, something went wrong.
Hi @kenhsu001,
yes, the API accepts to send the PVA again. Unfortunately the device only shows the background image and there are no buttons on display.
So it's still not working.
Best, Dominik.
No branches or pull requests
Hi!
I am trying your Sample "PVA - Room Service Rating".
When using it the API refuses the payload with the message
It seems the action
SkillConnectionAction
is not supported anymore?Thanks for your help!
The text was updated successfully, but these errors were encountered: