I want a custom button for my capsule in Bixby.
I have tried using the conversation-driver. Using conversion-driver, I am able to make a button but I have to pass some input data to the respective goal. For that, I am unable to define goals and set…
While playing audio, is it possible to add in extra view or layout e.g, dialog,text or some picture when you playing audio, and change when navigating audio from one to another. As i see from my simulator(don't have a real device), it's too empty
I…
What is the recommended way to ask for a person's location? The documentation seems to be incomplete.
Previously, you would use user-profile-access but that has been deprecated. Yet, the documentation for device-location-access states 'This is a…
This is my first question, new and fresh, hello guys.
As the title mentions, is there any workaround or way to add audio inside dialog-speech-template? As it doesn't support mp3, and only wav, I found it hard to implement.
The audio I wanted to get…
As per the document I have to use oAuth 2.0 for the login implementation. I am very new to oAuth and unable to understand the concept. I would like login with my own API, No third party login facility. For example: If I have abcd website and it has…
How do I bring the value of an external concept into a result view? What I have is:
result-view {
match: AltBrainsData (this)
message {
if (size(this) > 1) {
template ("Here are some AltBrains I found on search term")
…
What are some good examples of different ways to handle zero result search answer sets in result views?
Here's what I have right now. I assume I want to do size(this) < 1 but before I plunge ahead I want some ideas about what to do. For example,…
I'm trying to process an utterance in the format "Get News from Impeachment Sage" where Impeachment Sage corresponds to an enum of publication names. Bixby is successfully understanding the utterance and trying to call my goal (GetNewsByName) but…
I have an enum defining names of altbrains (publications) like so:
enum (AltBrainsNames) {
description (AltBrainsNames)
symbol (Inside the Helmet)
symbol (Impeachment Sage)
symbol (Iran Conflict Tracker)
symbol (Historical Carbon Dioxide…
[bixby] My Bixby capsule works fine if the user selects the time on-screen, but not if they try to select it by voice. I followed the training offered for "duration" in this example, but it doesn't seem to apply enter link description here for a…
If a text property exists, I want to display an attribution link; if it is empty or undefined, display nothing.
if (relatedurl)
{section {
content {
attribution-link {
label {
…
I want my "GetContent" script to detect whether the device is "watch" and pass along an instruction to filter out candidate answers from a content.json file whose text field has a length greater than a certain number of characters.
content.json…
The AudioItem structure has a required attribute albumArtUrl.
Which resolution should the image at this URL have?
Is the resolution different for different targets e.g. mobile, fridge, tv?