
Roger Kibbe
Bixby Developer Evangelism
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 14
- Subscriptions 9
Activity overview
Latest activity by Roger Kibbe-
Roger Kibbe commented,
This is complete - enable via default-action. See https://bixbydevelopers.com/dev/docs/reference/type/capsule.default-action and https://bixbydevelopers.com/dev/docs/reference/ref-topics/meta-comma...
-
Roger Kibbe commented,
You can do this. Add the quote to the Dialog Speech key (https://bixbydevelopers.com/dev/docs/reference/type/template.speech )and it will be read aloud. You can either do it everytime or use $hands...
-
Roger Kibbe commented,
Nothing like what you are talking about above (which would be a very nice addition!!) but have you tried using Stories - they do allow some automated QA https://bixbydevelopers.com/dev/docs/dev-gui...
-
Roger Kibbe commented,
Bixby does use Rhino - see https://bixbydevelopers.com/dev/docs/dev-guide/developers/actions.js-actions
-
Roger Kibbe commented,
The ability to speak in a different language/use a different voice for that language is the first SSML feature we have enabled - see https://bixbydevelopers.com/dev/docs/reference/type/template.speech
-
Roger Kibbe commented,
All submissions are reviewed - if you are just pushing data updates, do note that in the submission notes ("What you would like reviewers to know")
-
Roger Kibbe commented,
Use if ($handsFree) for this functionality. For an example, check out the code in the Quiz Template at https://github.com/bixbydevelopers/capsule-sample-quiz/blob/master/resources/base/view/Quiz_In...
-
Roger Kibbe commented,
Michael You can set headers for getURL using the headers option. Check out https://bixbydevelopers.com/dev/docs/reference/JavaScriptAPI/http#http-options - see the sample code there to set a header...
-
Roger Kibbe commented,
Yes Bixby speaks responses. By default the dialog template text is spoken but you can add a "speech" key to template to have spoken output be different than the template text. See https://bixbydeve...
-
Roger Kibbe commented,
Thanks Ahmed. Just sent you an e-mail vis-a-vis this.