Do not store the concept value and do not preserve it across execution context.
For example, if geo.CurrentLocation
is used in one execution and the concept is marked as transient
, a contextual query that also uses geo.CurrentLocation
would not extract that value from the previous context and instead attempts to compute it again.
Copyright 2024 Samsung All rights reserved