Hi,
I built some code to set alert and got the following response from AVS.
To get alert 1.3 directive I sent capabilities API call like the followings
PUT /v1/devices/@self/capabilities HTTP/1.1 Host: api.amazonalexa.com Content-Length: 115 Content-Type: application/json Authorization: Bearer Atza|xxxxx...
{"envelopeVersion": "20160207","capabilities": [{"type": "AlexaInterface","interface": "Alerts","version": "1.3"}]}
==> and had 204 response
As it wrote, the alert version set to "1.3"
however when I set alert by voice, I got the following response which seems to be the one for alert version "1.0"
AVS response for setting alert by voice
Content-Type: application/json {"directive":{"header":{"namespace":"Alerts","name":"SetAlert","messageId":"6b365888-xxx-dd2f844xxx"},"payload":{"type":"TIMER","scheduledTime":"2018-10-11T11:05:49+0000","token":"amzn1.as-ct.v1.Domain:Application:NotificationsV4#DNID#06f606f2xxx"}}} --------abcde123
As AVS doc said, there should be asset info in alert 1.3 response but the response doesn't have it,
it seems like 1.0 response.
Does anyone have idea?
Thanks.