aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/AFB.js
AgeCommit message (Collapse)AuthorFilesLines
2019-02-25Refactored VSHL into vshl-core and vshl-capabilities.Naveen Bobbili1-1/+2
vshl-core: This API is responsible for request arbitration. Verbs exposed are 1. startListening 2. cancelListening 3. subscribe 4. enumerateVoiceAgents 5. setDefaultVoiceAgent Used by applications to subscribe to dialog, connection and auth states of underlying low level voiceagent bindings. Used by applications to trigger voice recognition routine of the underlying low level voiceagent binding. vshl-capabilities: This API exposes publish and subscribe methods for all the speech framework domains/capabilities. For eg. navigation, phonecontrol etc. This API is used by apps and low level voice agent binding to subscribe and publish these capability messages whenever applicable. The code for this is agl-service-voice-high-capabilities repository. This specific commit is for vshl-core API. Change-Id: I1101db19b57ee918482a178843641b088508ac5d Signed-off-by: Naveen Bobbili <nbobbili@amazon.com>
2018-11-20Use latest AGL Framework code for javascriptJosé Bollo1-0/+216
Using latest version helps to track the changes and is beneficial for the community that often copies. Change-Id: I791c529d6cd97bcb45c00b52f7fbd1bd9e487eec Signed-off-by: José Bollo <jose.bollo@iot.bzh>