Questions tagged [bixbystudio]

189 questions
0
votes
1 answer

Deprecation 6720 - Experimental feature for requested-permissions in capsule-info.bxb

I updated my Bixby capsule-info.bxb to add the requested-permissions element but studio is complaining with this error: Experimental feature, not available for external use. [deprecation 6720] The hyperlink below the error message results in an…
GarDavis
  • 1,309
  • 3
  • 14
  • 23
0
votes
1 answer

how to expand INTENT cards in debug view?

Is there a way to make the "INTENT" and "DETAILS" cards in Debug console expand? Frequently the info is truncated. It seems like these should be clickable.
Fred Zimmerman
  • 1,178
  • 3
  • 13
  • 29
0
votes
1 answer

Bixby : Latest Capsule Library Version

We got an email as Capsule Deprecation Warning (Stage 1) from the Bixby Team. We are getting Deprecation warnings only in the library version in our capsule. Apart from the library version we are not getting any other warning. But as per the…
Rahul Gupta
  • 972
  • 11
  • 29
0
votes
1 answer

Bixby : Cannot coerce payInfo.currency to String

I am implementing a payment system in my capsule. But getting error for using the currency in SPS payment method in endpoints. payment { amount (50) currency (payInfo.currency) item { name ("abcd") amount (50) …
Rahul Gupta
  • 972
  • 11
  • 29
0
votes
2 answers

Bixby : Implement Booking service in our capsule

We are planning to implement a booking service for our capsule. I got a link that supports credit card payment. link: https://bixbydevelopers.com/dev/docs/dev-guide/developers/actions.payments. According to the link, Our region is not supported by…
Rahul Gupta
  • 972
  • 11
  • 29
0
votes
1 answer

Bixby: Want to use capsule-categories for category events

I am using capsule-categories for category events capsule { capsule-categories { category (Events) } } We are using the latest version of Bixby(7.8.1-r19x.13460). All the libraries are updated as per the document. But using Events…
Rahul Gupta
  • 972
  • 11
  • 29
0
votes
1 answer

Is there a way to implement a client-endpoint on Bixby

I need to use client-app-support and client-endpoint tags inside an endpoints file but I keep getting this error message: "Experimental feature, not available for external use". Error:
0
votes
1 answer

What does it mean when draft trainings are Not Learned in Bixby Studio?

I don't understand how to force these draft trainings to be learned. The Comple NL Model button is greyed out and I don't see anything else I can do. Are they waiting for something to happen on the Bixby server side?
Fred Zimmerman
  • 1,178
  • 3
  • 13
  • 29
0
votes
1 answer

How to pass DateTimeExpression to set value on on-click in Bixby

I want to pass a few values like(today, this weekend) to the goal using on-click. But unable to pass MyDateTimeExpression on Bixby. on-click{ intent{ goal:DateSearch …
Rahul Gupta
  • 972
  • 11
  • 29
0
votes
1 answer

How do I make reverse and forward commands?

So I have a app that searches for anime quotes, it presents users with list of quotes in the database and if they mentioned any criteria related it refines the list until user selects one of the quote card. It then presents them with a list of…
0
votes
1 answer

How do I enable the Bixby Studio for development on the TV, Watch and Appliances (Refrigerator)

I would like to get a head start on developing for the watch, tv and refrigerator for Bixby. How do I enable these in the Bixby Developer Studio?
rogerkibbe
  • 358
  • 2
  • 10
0
votes
2 answers

Can I do "on device testing" from europe

I am trying to test my capsule from my device. steps taken to test it: Privately published capsule on Bixby studio (accepted) Linked Samsung account to Bixby team Enabled developer options on phone (Samsung galaxy 9) Enabled On device testing +…
0
votes
1 answer

What is the purpose of "type" module in Javascript API in Bixby Capsule?

Link to Doc: https://bixbydevelopers.com/dev/docs/reference/JavaScriptAPI/types In essence, I can't understand the jargon. I feel it is too vague. I don't understand whether it creates new primitive type or is the module there to provide new value…
0
votes
1 answer

How to send Playback Analytic Events

Trying to create a new (my First) Bixby app, starting to get the hang of it. One question, we have a requirement to send playback analytics when certain sponsorship elements play. How do we track these events off the Audio Player? Is there any sort…
Mike Ryan
  • 11
  • 1
  • 1
0
votes
2 answers

How to allow permission for Story testing

I am trying to develop some stories to test my Bixby capsule. The thing is that every time I clear cache or create a new story, I always end up with an error of 1 Cache miss. According to Bixby Studio, this is caused by the capsule from be locked by…
Otter B
  • 43
  • 5