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…
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…
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…
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…
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…
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…
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…
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…
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…
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 =…
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…
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…
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…
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…
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…