Bill Barnes
Bill Barnes
If you pass a list of children to `dispatchToChild`, or no children at all (meaning this.children), it will iterate through them and dispatch to the first started one. It is...
Need implementations for the following types of prompts (roughly in order of importance): - [x] choice - [ ] confirm - [ ] datetime - [ ] attachment - [...
It might be useful to let `onDispatch` signal that it has handled the utterance. The simplest thing would be to return `true` if the utterance was handled. But handling the...
e.g. should `typing` make it to/be ignored by a Prompt?
Currently you can do: ```ts this.dispatchTo(topicInstanceName, optional_activity, dispatchArgs); ``` If `topicInstanceName` points to an instance of `MyTopic`, `dispatchArgs` should match the typing of the arguments to the `onDispatch` on `MyTopic`....
Our project uses Lerna in what appears to be a nonstandard but accepted way. Instead of putting all the child packages under a `root/packages` folder, they are all directly under...