Questions tagged [bixbystudio]

189 questions
4
votes
2 answers

Bixby : how to get informations based on my location? such as weather etc

I saw the dev guide of bixby studio and tested provided samples. I want to some more complex (but very important) service such as the weather info based on my location. Is this feature available in the current state of bixby studio? If possible, let…
Reys
  • 43
  • 2
3
votes
0 answers

How to http.getUrl in bixpy developer on API with API key authorization needed (like chatgpt)?

I am trying to setup a bixby developer project to access chatgpt using the api with my unique api key. This is how far I got https://github.com/abadredd/BixbyGPT/tree/main/alib.aibixby I get no errors now but when I try to simulate the capsule…
ab531
  • 47
  • 2
3
votes
2 answers

Can you refresh an input-view?

I am trying to create an input-view that will refresh every few seconds. The goal is to have a few buttons that increment and the user will click on the buttons when the buttons reach a 100. However, it seems like the action is waiting for an input…
Angel
  • 61
  • 2
3
votes
1 answer

How can I see the console output from an assertion in Bixby story testing?

Is it possible to log console output and see what is going on when putting in assertions? I am seeing the desired behavior (the correct prompt shows up) of my capsule, however the assertion that checks for a prompt is failing and I can't really find…
bigchungus
  • 217
  • 1
  • 8
3
votes
1 answer

How to store data in Bixby

Here are the steps that I want to be able to do in Bixby: 1. User says an utterance. 2. The Capsule then makes an API Call. 3. Store the returned data from the API Call locally. 4. User says a different utterance. 5. The API Call will send a piece…
gmatcat
  • 155
  • 7
2
votes
1 answer

Is there a way to save the bixby log to an external file?

I want to save the log recorded in the Bixby js file as an external file (txt). Is there any way? Or can I save the debugged process as an external file? In the JavaScript API supported by Bixby js, there is no API that saves as an external file, so…
박동석
  • 99
  • 6
2
votes
1 answer

Do natural language categories work with utterances not listed on the website?

The natural language categories on Bixby allow users to use an capsule without specifying the name of the capsule. The RealEstate Category lists two examples: https://bixbydevelopers.com/dev/docs/reference/ref-topics/categories.RealEstate How much…
Angel
  • 61
  • 2
2
votes
1 answer

Is it possible to use tensorflow.js in bixbystudio?

Same as title, is it ever somehow possible to use tensorflow.js in bixbystudio?
sngjuk
  • 927
  • 1
  • 10
  • 24
2
votes
1 answer

How do I pass Javascript Object to Bixby's Action Output?

I am building an app that search for anime quotes. So, I have the following data, which is 331 Objects (which I call them 'Quote Cards') long and so it will also be updated in future as I add more and more quotes. The problem I having is in creating…
2
votes
2 answers

How do you wrap your head around Bixby Programming?

grettings. I am new to this forum so if I made any mistakes please inform me. So I am here today because I can't wrap my head around the bixby developer documentation. I am trying to build an capsule but every time I try to learn specifics about a…
2
votes
2 answers

Phone Call Functionality for Bixby Capsule

Does anyone know or have a clue on implementing a phone call functionality in a Bixby capsule. That is for example, like from the Yelp capsule, a user presses a 'Call Business' button at the bottom and the capsule initiates a phone call with the…
Otter B
  • 43
  • 5
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

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

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
1
2 3
12 13