Want to integrate with the Amazon Alexa Web Search Service? Looking to save some time on development and integration?
We can provide support and a code base to work from.
Example:
<cfcomponent
displayname="AlexaWebSearch"
extends="AlexaWS"
hint="Alexa Web Search"
output="false"
version="1">
<!--- Set instance variables --->
<cfscript>
variables.constant.VERSION = "2007-03-15";
variables.constant.RESPONSE_GROUP = structNew();
optionCollection = structNew();