1

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.

Sam
  • 13
  • 2
  • 1
    Hi Sam, if you continue to have issues after you have explored Pete Haas' solution, please reach out to the support team via the Contact Support form (https://support.bixbydevelopers.com/hc/en-us/requests/new) or via Bixby Developer Studio as it will put you in touch with someone who can discuss your specific use case. – Ameya Oct 14 '19 at 18:10
  • Thanks, the http cache solved the issue. Now my problem is that I cannot use my own capsule! Since I am in a country where third party capsules are not allowed yet. Do you know if there is any way to sideload a capsule? – Sam Oct 14 '19 at 19:39

1 Answers1

1

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

Pete Haas
  • 1,800
  • 1
  • 12
  • 15