Questions tagged [bixby]

Bixby is Samsung's intelligent assistant (voice-powered digital assistant) platform

Home page: https://bixbydevelopers.com/

383 questions
2
votes
0 answers

how do I model a reminder of a future event?

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…
Fred Zimmerman
  • 1,178
  • 3
  • 13
  • 29
2
votes
1 answer

How to start samsung bixby camera by intent and receive a picture description

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…
2
votes
2 answers

Does Bixby really support ES6? const / let keywords malfunction

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…
Yubi Lee
  • 76
  • 5
2
votes
1 answer

bixby: Audio is playing message twice while on selection page (simulator)

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…
Rahul Gupta
  • 972
  • 11
  • 29
2
votes
2 answers

SSML support for Bixby

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?
2
votes
2 answers

How do I change the "Searching for somethings" text?

When I dispatch an action, like getQuiz, Bixby will show "Searching for Quizs" before it finds the quiz. How do I customize this text?
2
votes
1 answer

Construct action output from inputs using evaluate

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…
Cory Bell
  • 35
  • 3
2
votes
1 answer

Remove Bixby public submission

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?
NiteLordz
  • 597
  • 2
  • 18
2
votes
1 answer

How can I use selection-of with voice input in a Bixby input-view?

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…
bigchungus
  • 217
  • 1
  • 8
2
votes
1 answer

How do you get the current date and time in bixby?

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…
bigchungus
  • 217
  • 1
  • 8
2
votes
1 answer

BixBy: doesn't declare itself as `library` and will not be imported in the future

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?
Rahul Gupta
  • 972
  • 11
  • 29
2
votes
1 answer

Is it possible to dynamically add Conversation Drivers using items in a list?

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…
Jennybou
  • 19
  • 1
2
votes
1 answer

Bixby - Pass user input from once action to other

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…
Sikander
  • 654
  • 1
  • 7
  • 21
2
votes
1 answer

Can't access unique identifier for Bixby using code from docs

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…
Matthew Barker
  • 638
  • 9
  • 13
2
votes
1 answer

Bixby NL and Conversation Driver with an enum type

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…
Chris W
  • 63
  • 5
1 2
3
25 26