Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Fixes #1800 add speech telemetry #1894

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Fixes #1800 add speech telemetry #1894

wants to merge 2 commits into from

Conversation

jcambre
Copy link
Contributor

@jcambre jcambre commented Aug 6, 2020

No description provided.

@ianb
Copy link
Contributor

ianb commented Aug 10, 2020

So this will require:

  • speechOutputEnabled (boolean)
  • outputSpoken (boolean)
  • cardType (string)
  • outputSpokenWords (number)
  • outputSpokenCompleted (boolean)

Added in this commit: ianb/mozilla-pipeline-schemas@75f5718

I'll wait for this PR to complete before submitting the change to mozilla-pipeline-schemas (also voiceSchema.js should be updated)

@@ -337,6 +337,10 @@ export const PopupController = function() {
utterance.onend = () => {
closePopup(2000);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add outputSpokenCompleted (true) to this method

@jcambre
Copy link
Contributor Author

jcambre commented Aug 10, 2020

We should also include speech input locale in telemetry

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants