Questions tagged [bixbystudio]
189 questions
0
votes
1 answer
'Illegal Plan' message when tagging training data with Vocab types
I'm trying to tag my training data using vocab files to reduce the number of training phrases I need to add e.g. use a Bill vocab which allows the use of 'bill' or 'invoice' interchangeably. I have added a Bill enum type and an Bill vocab file.…

Jennybou
- 19
- 1
0
votes
1 answer
Using EL as parameters for layout-macro expressions
Trying to use EL to generate a that takes a variable as input into a layout-macro -> param -> expression/literal. but it keeps giving me compile errors or inputting the literal of my EL.
Is there a way to do this at the moment?
layout-macro-def…

Simon Harris
- 15
- 3
0
votes
1 answer
Creating selection-of from enum?
I am looking to create an input-view where the user can pick a list of enum symbols.
For example, I have a finite number of Genres, so I placed them into an enum, these are things such as "Fantasy", and "Sci-fi"
I have tried the code below but…

Simon Harris
- 15
- 3
0
votes
1 answer
Bixby - Render output in input-view
I am trying to display the input variable in other input-view screen but I am unable to do so:
input-view{
match: JokeAnswer(this)
message("#{value(this)} Who?") //need to display earlier filled input
render{
form{
on-submit{
…

Sikander
- 654
- 1
- 7
- 21
0
votes
1 answer
Not sure how to update a struct with new information
A question concerning Bixby Studio.
I am trying to figure out how to accept text-input from the user.
I have a Filter struct with some fields such as SearchField, Genre, Platforms (Gaming consoles), and Themes (A few other entries)
By default, all…

Simon Harris
- 15
- 3
0
votes
1 answer
BixBy: singular plural utterances doesn't give exact result
User: Show me my recommendation (added into training)
BixBy: shows some results
user: Show me my recommendations (Not added into training)
BixBy: Custom error message
Both utterances are the same but still one is giving me the result and another one…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
Is there anyway to open an Android application and do something like post a post on FB
I try to create a Android App that integration with Bixby.Is there anyway to do like this
Hello Bixby -> Open my application and do stuff ( just like open fb and post some post)
I tryed to find but cant find anything bout this.

shadow
- 114
- 11
0
votes
1 answer
Illegal slot:Illegal binding in bixby
I am getting this error message while sending my array to intent. My array read like this
var result = {
a:1,
b:2,
c:{d:5,e:6,f:7},
x:3,
y:4,
z:9
}
This is the structure and now I am getting the error
Value Compilation Error:…

Rahul Gupta
- 972
- 11
- 29
0
votes
2 answers
Bixby: unable to call intent when on selection page
I have two selection input-view for two intent. When i am on one selection page, where i have option to choose, if i command something else, it still give me the same option selection page. Ex:
user: show me Chinese food.
Bixby: 1: Noodles 2: Sushi…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
How to capture negative response from user in bixby
I am using input-view for selection and i can see none button at the bottom of the screen.I haven't included any conversation-driver yet i can see the button. How to avoid that? Event if we can not avoid it, how can i add the event-listener on this?…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
Bixby NL using a integer data type
How do I return an integer datatype from Bixby's NL Training? The input-view is using a slider element, the concept is set to integer, so I believe the conversation driver/NL needs to output an integer as opposed to text/string. Using a vocabulary…

Chris W
- 63
- 5
0
votes
3 answers
Fallback intent for ambiguous utterances in bixby
Is it possible to add fallback intent for those utterances which is not trained in my app?
I have added plenty of utterances to my app but if something user said and didn't match with any of the utterances then i want it to fallback and tell user…

Rahul Gupta
- 972
- 11
- 29
0
votes
2 answers
How do I resolve an Invalid Capsule Name?
When attempting to create a new capsule, Bixby Studio says my capsule name is invalid. How do I make sure I'm using a valid capsule name?

Ameya
- 880
- 6
- 13
0
votes
1 answer
How to make bixby read the card?
Is there any way i can make bixby to read information on my card. Like if my card has title, date, description, so after bixby read the message "Here is what i found", it should read like "India vs Australia, Green park, Kanpur, 10th March, 1:30…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
how Bixby NL process with key word like "of"
For example
[g: article] what is (united states of America)[v: words], it will run fine in the simulator, but in a real device, only united states goes to the target value, it happens to other NL too.

peter xie
- 3
- 1