Sam
Sam

Reputation: 13

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.

Upvotes: 1

Views: 67

Answers (1)

Pete Haas
Pete Haas

Reputation: 1800

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

Upvotes: 1

Related Questions