I am making a capsule that gathers what the user says to run a real estate search. I am having trouble getting the training to recognize the true/false values though, like if the user wants a parking spot.
I tried highlighting the reference to parking, selecting the Boolean node, and writing "true" in the form section, but this does not seem to work.
Here is my training utterance:
"[g:SearchResultText] find (2)[v:Bedrooms] bedroom houses in (14850)[v:Zipcode] with (parking)[v:Parking:true]. my budget is (400000)[v:Price]"
However, it will not learn the training utterance. Any ideas what might be going wrong?
It is confusing for Bixby to take boolean value as input in this case. "find 2 bedroom houses in 14850 with no parking" would actually require parking=false.
I would suggest the following steps in this capsule.
Let us know if it helps, and have fun with Bixby!