Reputation: 99
I want the template text to be [item], but the value I'm actually sending is thrown as a different value.
for example
conversation-drivers {
conversation-driver {
template (text : itemName, ClickRealValue : itemVal) <--- I want it
}
}
Any help would be appreciated
Upvotes: 0
Views: 47
Reputation: 1501
Unfortunately, this cannot be done in Bixby (and it is by design).
Tap conversation driver text would result the exact same text (nature language utterance) passed as a continuation.
This makes sense because:
It is nature to use shorter utterance since longer conversation drivers would be pushed outside the screen. All developer need to do is add training examples to Bixby to support the shorter utterance as continuation.
Upvotes: 1