LinusSkucas / communications-skill

An intercom, messaging, and (video) calling skill for Mycroft!
Apache License 2.0
16 stars 6 forks source link

Message intent not picking up everything #14

Open LinusSkucas opened 4 years ago

LinusSkucas commented 4 years ago

The message intent right now only works if you say send a message. Then it asked for all the information... (the information is the device and message) The intent should be able to ask for entities it needs, and does not ask for ones it already has. Instead, padatuous screws this up, and the device it has is not connected.

The intent examples need to be modified to support this.

Todo: