From 533f49cc00b0846c4f2ebd763b86b917f5023cdc Mon Sep 17 00:00:00 2001 From: Naveen Bobbili Date: Mon, 25 Feb 2019 21:00:09 -0800 Subject: vshl-capabilities: This API is responsible for brokering capbilities related messages from voiceagents to apps and vice versa. Verbs exposed are navigation/publish navigation/subscribe phonecontrol/publish phonecontrol/subscribe playbackcontroller/publish playbackcontroller/subscribe guiMetadata/publish guiMetadata/subscribe 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. This specific commit is for vshl-capabilities API. Change-Id: I822c2e8589e39574d707a7c199bea91a686dced7 Signed-off-by: Naveen Bobbili --- htdocs/index.html | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 htdocs/index.html (limited to 'htdocs/index.html') diff --git a/htdocs/index.html b/htdocs/index.html new file mode 100644 index 0000000..f322881 --- /dev/null +++ b/htdocs/index.html @@ -0,0 +1,142 @@ + + + + VSHL CAPABILITIES API Test + + + + + + + +

Voice Service High Level Support API Tester

+ + + +

+ VSHL CAPABILITIES URL: +
+
+ +
+

Phone Connection Status UI

+ + +

Phone Call Control Inbound Ringing UI

+ +

Phone Call Control UI

+ + +
+
+

Playback Controller UI

+ + + + + + +
+ + +

Subscribe to the following GUI Metadata Messages

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

Subscribe to the following phone control messages

+
+
    +
  1. + + +
  2. +
  3. + + +
  4. +
  5. + + +
  6. +
  7. + + +
  8. +
  9. + + +
  10. +
+
+
+ +
+
+ + +

Subscribe to the following navigation messages

+
+
    +
  1. + + +
  2. +
  3. + + +
  4. +
+
+
+ +
+
+ +
+
+
+

VSHL CAPABILITIES APIs

+

Speech framework's VSHL Capabilities APIs

+ + + +
+ +
+
+
+ + +
+ + -- cgit 1.2.3-korg