topical icon indicating copy to clipboard operation
topical copied to clipboard

Conversation model for Microsoft BotBuilder 4.x

Results 7 topical issues
Sort by recently updated
recently updated
newest added

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 - [...

enhancement
help wanted

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`....

bug
enhancement

enhancement
help wanted