Indeed, triggering an SIML action outside an AdapterNode or Intent is going to be a bit difficult. Usually triggering an SIML action, something like what's shown below will require you to pass a Result object. Bot.Actions["SomeAction"].Invoke(SomeUser.Context, RESULT?); <Action ID="SomeAction"> <Res...