bixbybixbystudio

Is there any session storage in Bixby other than $vivContext?


Can we store concept value or action name values in session or is there any temporary storage?

I only found $vivContext which is available all across the session but we cant store the values there also.


Solution

  • By default concepts are stored across a session/conversation (mark them as transient if you do not want this behavior e.g. make them request based). However to store across sessions, you need to use an API call.