I am creating a capsule that will remind me and people in my contacts to vote on Election Day 2020. I am working on the models. I believe I need to model the concepts "Reminders" and "WhenPollsAreOpen". I am stuck on Reminders.
It seems to me…
Have Samsung Bixby Vision installed on Galaxy S8 phone.
I would like to know, is it possible to start Samsung Bixby camera app by intent (e.g., Context::startActivityForResult...) and receive a description of what Bixby camera found out?
Like a…
When looping with an object, const, let keywords malfunction on Bixby capsule local-endpoint javascript.
I ran Bixby studio on my laptop(Ubuntu 18.04). Trying Bixby simulator, on debug console api result is constructed in an unexpected way.
var http…
My capsule was working good and still working good if used on BixbyStudio-6.8.1-r19f.7483-win but after the latest update, my capsule is reading message twice on selection page. My message is
Please select one of the following
it is showing…
We have a zip code "94582" which is being pronounced "Ninety four thousand five hundred eighty two". Is it possible to have it pronounced as "Nine Four Five Eight Two" in bixby?
I'm trying write an action that accepts a url as input and simply outputs the same url.
I read the documentation on evaluate here:
https://bixbydevelopers.com/dev/docs/reference/type/action.output.evaluate
That only shows how to do it using a…
I accidentally created a public submission while developing my capsule.
I do not see a remove or delete feature within the submission form of the Bixby IDE.
How can I delete/remove it?
Currently I have a prompt set up to collect a user's email. it offers the options stored in the user's profile in a selection-of input view. However, if a user is interacting with Bixby via voice (maybe their hands are full, for example), is there a…
I am trying to access the current date and found the dates API. There seems to be a method all the way at the bottom of the docs that will return the current date and time just like I want but I think there is a typo. I tried guessing what the…
In my capsule.bxb, I have imported
viv.core
viv.navigation
viv.common
viv.time
viv.geo
However, I get above warning to all the library except for core. and if I remove all these, I get the error. So what is this and how to remove the warning?
I'd like to dynamically add some Conversation Drivers using items in a list, there may be 0 or more items up to 6.
A for-each loop is currently not allowed in the conversation-drivers block so I have resorted to using 'if' statements and selecting…
I am trying to implement to read user input from one action and to read in other screen, like:
user: xx
Bixby: who's there?
user: yyy
Bixby: yyy who?
I am able to read user input yyy but unable to pass in different actions to…
To access a unique identifier for Bixby, I'm trying to access the contactId field within the contact library (which is also viv.self I think?). I tried using the code snippet found in the docs here, but I'm getting some errors.
Code Snippet…
I have an "Smoking Status" input-view matching a enum type, in which I am accepting a selection-of as well as a few conversation drivers asking whether or not the user smokes. I'm having a little trouble getting my capsule to recognize an input…