i propose adding a new kwarg to the intent decorators, allowing to signal an intent as local only
this means the intent only triggers if session_id == "default", but won't work if coming from a voice satellite
this way we can add extra "local only" functionality or in case of TODOS allows to keep the intents around until they are expanded to support voice satellites
i propose adding a new kwarg to the intent decorators, allowing to signal an intent as local only
this means the intent only triggers if
session_id == "default", but won't work if coming from a voice satellitethis way we can add extra "local only" functionality or in case of TODOS allows to keep the intents around until they are expanded to support voice satellites