Here are the steps that I want to be able to do in Bixby: 1. User says an utterance. 2. The Capsule then makes an API Call. 3. Store the returned data from the API Call locally. 4. User says a different utterance. 5. The API Call will send a piece of the stored data to the Endpoint.
I want to be able to store data so I can reuse it for future utterances. How can I do this?
I can only find this to be possible if the utterances are sequential by calling the functions consecutively however in my use case it is possible to be not sequential and I want to be able to re-use those values in other Bixby sessions as well.