Questions tagged [bixby]

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

Home page: https://bixbydevelopers.com/

383 questions
6
votes
2 answers

How to I add a link that punches out to a website?

I know that typically we want to keep the interaction fully within the Bixby experience, but if I want to show very detailed non-assistant style information, it may be advantageous to offer a link that allows the user to see more at a given URL. I…
5
votes
1 answer

How do you set a Bixby reminder programmatically?

I'm working on a Bixby integration and I'm looking through the Bixby documentation and I have some marketing info on Bixby reminders, but I'm looking for how reminders can be created programmatically or via an API and I'm not finding any information…
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
3 answers

How to make Bixby ask input without user

I want to make Bixby ask for input values when the user just states what he/she wants to do(without any valuable input given.) For example, user: I want to search something Bixby: What do you want to search? user: *possible-input-value* Is this…
Lydia
  • 81
  • 3
3
votes
1 answer

Bixby trigger OAuth flow at specific point in capsule

Adding an authorization.bxb file seems to make OAuth based account linking the first step in the app flow. As soon as the capsule starts there is a conversation driver (button) that links to the account linking page. Only once the user completes…
Marko Arezina
  • 67
  • 1
  • 7
3
votes
2 answers

Does Bixby cache the requests on server?

In my application all the utterances from Bixby are redirected to an action which makes an api call. This api call returns the response to Bixby for the user utterance. Recently I observed that if the user says the following: - user says: - Add xyz…
3
votes
1 answer

How to access a hash/object returned from API?

I'm calling an API that returns a large hash/object. I have two questions: In order to refer to the keys/values of that hash (e.g., in a dialogue), do I have to convert the hash into a structure? (Or is there a way to access the object…
sarkon
  • 187
  • 2
  • 8
3
votes
1 answer

How can I hide api key in bixby-studio?

How can I hide api key in bixby-studio? I want to make bixby capsule Using API data. but I can't find how to hide API key this is example code at code/requestmovie.js module.exports.function = function requestmovie () { const http =…
3
votes
2 answers

How To Fill addressInfos object in self.Self object

I am trying to get the user's set home address from their profile. When testing on device, am consistently seeing it empty when it is set in the profile. Here is the action used to extract the information: action (ReturnSelfAddress) { type…
Ami Berger
  • 59
  • 6
3
votes
2 answers

Bixby Capsule does not launch on phone

I have a capsule that I want to test on my Samsung S9+, and have enabled developer options, and created a submission. However, when I attempt to launch on the phone, I get "Oh, there was a connection problem. Try again later" How can I figure out…
NiteLordz
  • 597
  • 2
  • 18
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 do you get a Bixby confirmation view to show up?

I've spent a long time going over documentation but have not been able to get a confirmation view to show up before running my action. What are the steps to adding a confirmation view to a capsule? I have an action called Evaluate and an address…
bigchungus
  • 217
  • 1
  • 8
3
votes
1 answer

How can I have bixby repeat an action but forget previous inputs?

I am working on a capsule that accepts an address and a zip code and will estimate the value of a property. At the results view, I would like to add a conversation driver to see if the user would want to get an estimate of another property. I would…
bigchungus
  • 217
  • 1
  • 8
1
2 3
25 26