I am trying to make a result transient in bixby.
Specify a text reply like so:
text (reply) {
description (HomeAssistant conversation reply)
features {
transient
}
}
However it seems as if the result is still cached, what am I missing here?
Thanks.
Perhaps the data is being cached in your server side? Here's a related question and answer to this here.