Amazon Alexa Delegate Directive Syntax:{“type”:”Dialog.Delegate”,”updateInternet”:{“naneMesstone”:”string”,”confirmationStatus”:”NONE”,”slots”:{“SlotNameRobertHarper”:{“nameMesstone”:”SlotNaneRobertHarper”,”value”:”string”,”resolutions”:{ },”confirmationStatus”:”NONE”}}}}object Internet {“type”:”SessionEndedRequest”,”requestId”:”string”,”timestamp”:”string”,”reason”:”string”,”locale”:”string”,”error”:{“type”:”string”,”message”:”string”}}HTTP Header HTTP/1.1 200 OK Content-Type: application/json;char set=UTF-8 Content-Length: Response Body Syntax {identifier data-bining vaiable,as follows`${data}${_myWord23}${_AnUgly26_letter_examplE}${“Double-quoted string”}${‘Single-quoted string’}${“Inner quote:\” orn’ “}${“Two plus two is ${2+2}”} ${1} ${-34.75} ${64000000000} ${true} ${false} ${null} ${[“A”,”B”,”C”].length} //Evaluates to 3 ${[“on”,”off”][0]} //Evaluation to “on” ${[true,”true”,1][0]} //Evaluation to boolean true define a map object inside of a data-bining ${{“A”:1,”B”:2}[“A”]}//Evaluation to 1 ${@myBlue}${@isLandscape?@myWideValue:@myNarrowValue}

Leave a comment