From 9eb3a90df3681586b58146b47eea7f3848c348a0 Mon Sep 17 00:00:00 2001 From: Naveen Bobbili Date: Mon, 25 Feb 2019 17:24:29 -0800 Subject: Refactored VSHL into vshl-core and vshl-capabilities. 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 --- htdocs/index.html | 61 +++++++------------------------------------------------ 1 file changed, 7 insertions(+), 54 deletions(-) (limited to 'htdocs/index.html') diff --git a/htdocs/index.html b/htdocs/index.html index bf5f840..4e10f66 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,22 +1,22 @@ - VSHL API Test + VSHL CORE API Test - +

Voice Service High Level API Tester

- - +

+ VSHL CORE URL:



@@ -43,60 +43,13 @@ - -

Subscribe to the following GUI Metadata Messages

-
-
    -
  1. - - -
  2. -
  3. - - -
  4. -
  5. - - -
  6. -
  7. - - -
  8. -
-
-
- -
-
- - -

Login with Amazon !!

-
-
- Alexa VA URL:

- Client ID :

- Product ID :

- To generate client and product ID, please register a new AVS product for - Other devices and platforms using instructions in - this - link.

-
-
- - -
-
-
-
-

VSHL APIs

-

APIs that are voiceagent agnostic

- +

VSHL CORE APIs

+

Speech framework's VSHL Core APIs

+ -
-- cgit 1.2.3-korg