Questions tagged [bixbystudio]
189 questions
0
votes
1 answer
How to use navigation mode logically
Though, I am using navigation mode in my app but i am not getting the expected results. Have asked related questions earlier but that didn't help. I am putting my point here one more time.
User will ask "Tell me the news"
Expectation
we will give…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
How to bind one utterance with two or more intent in bixby
I have two intent
1: Weather Intent
2: NewsIntent
If user is asked at time in the app.. Would you like to know the weather of Boston, user will response Yes or No.
If user is asked at any time in the app... Would you like to know the sports news,…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
How can I select from a set of fixed values?
If my capsule has a requirement to allow a user to select from a set of fixed values represented by an enum, how can I do that in Bixby?

BixbyDevSupportOne
- 795
- 5
- 12
0
votes
2 answers
How to pass time.DateTimeExpression or geo.LocalityName to value set on on-click in bixby
I need to pass few values to goal when I am clicking on my cell-card but it is not passing. However, Normal values are passing but those who are structure are not passing. I am giving user a cell-card which has "What is the sports news for the next…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
How can I debug issues related to lazy-properties?
I'm unable to see any logs related to the lazy-source Action that is defined in lazy properties.

BixbyDevSupportOne
- 795
- 5
- 12
0
votes
1 answer
How to remove the warning "this might be empty" from result view in bixby
I am showing few information to the user on card and structure has min(Optional) and I don't want to change that. There is possibility that it might be blank. But how to put it in condition in result-view. I tried like if(this.name) but then yellow…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
geo.NamedPoint is taking current position if not provided the city name in bixby
My utterance is What is happening in New York. While Training I have set New York as geo.SearchTerm and in action file, i have collected input as cityName and type is geo.NamedPoint. Now if I am asking what is happeningin Birlin, so it is giving me…

Rahul Gupta
- 972
- 11
- 29
0
votes
2 answers
How to make a DateTimeExpression feature a transient in bixby
I am searching one thing with the date like what is happening tomorrow and I am getting result for tomorrow but again if I am saying what is happening, then too it is taking tomorrow's date.
My training for tomorrow is time.DateTimeExpression and…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
How to pass value from one intent to another in bixby
My app is giving user types of news based on the input. For ex: If user is saying what is happening in sports, so I give user sports news in the form of compound card. Now if user is saying that "Show me similar news", so all i need to do is pass…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
How to trigger onclick on selection in bixby
My app is basically providing three option for selection to the user.
1: I am using result-view and cell-card. when i was using for each, i was able to click on the card and trigger an intent which is showing user the further details in the form of…

Rahul Gupta
- 972
- 11
- 29
0
votes
2 answers
How to stop card from being click in bixby
I am using compound card and showing final details to the user but it is also being clicked, which is leading nowhere and I am not intended to proceed on click. So how to stop that click from being triggered?
on-click {
intent {
…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
On click method on thumbnail-card in bixby
I am showing multiple choices on user's screen with thumbnail-card in bixby. Have added the slots for click as well. What I am trying to achieve is if user click on the thumbnail, i should get the id of the particular card and process it for…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
How to get user's timezone information in bixby?
I am developing location based app for bixby, where i do need user's location information like latitude, longitude and timezone. However, I am able to get latitude and longitude but unable to get timezone. Please let me know what node should i use…

Rahul Gupta
- 972
- 11
- 29
0
votes
2 answers
Handle user's denial for sharing information in bixby
I need user's location to proceed my app. At start, I asked user to grant me permission. How to handle if user denied to grant the permission. After Denial I can see user's location in the log. So is there any way to get those geoPoint Or if there…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
How supply default values in calling a remote endpoint
I am an amateur programmer and cannot figure this out based on the documentation and examples provided.
Based on their sample capsule on https://bixbydevelopers.com/dev/docs/sample-capsules/samples/http, they directly called
var response =…

gmatcat
- 155
- 7