reviews-analysis
Version:
Analyse public vehicle reviews via ML (Aylien) and save the data into a Document Store (Mongo). Supports Classifications and Document and Aspect level Sentiment Analysis.
19 lines (18 loc) • 411 B
JavaScript
module.exports = {
'directive': {
'header': {
'namespace': 'Alexa',
'name': 'ReportState',
'payloadVersion': '3',
'messageId': '1bd5d003-31b9-476f-ad03-71d471922820'
},
'endpoint': {
'endpointId': `${process.env.TEST_HUBID}-device-97`,
'scope': {
'type': 'BearerToken',
'token': 'access-token-from-skill'
}
},
'payload': {}
}
};