spenc53

Results 6 comments of spenc53

Should it only check for 1 parameter? Or should it also be able to take in a list of parameters?

Also, as a follow up for this, maybe at some point, add another annotation for `@Param("paramName") paramName: string` for functions to pass in data? Probably won't be part of this...

It could probably go either way on the array formatting. I think that an actual array would be more explicit. Also, to get which parameters to check,how should we pick...

Oh, sorry, I should've explained better. The @ForIntent("Intent Name") matches the top level intent name. For the specific outputContexts, they also have names that are specific, will the parameters be...

Name of the context On Mon, Oct 14, 2019 at 11:33 AM Nick wrote: > You mean the parameter names, or the names of the context? > > — >...

Would the user also need to specify the context type name then (just the last part)? And if they didn't care which it hit, leave it empty and it will...