Search code examples
bixbybixbystudio

Transient result in Bixby


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.


Solution

  • Perhaps the data is being cached in your server side? Here's a related question and answer to this here.