MycroftAI / adapt

Adapt Intent Parser
Apache License 2.0
712 stars 154 forks source link

Add support to IntentBuilder() for no names #67

Closed penrods closed 6 years ago

penrods commented 6 years ago

This allows creation of intents with no name. The names are not used internally within Adapt, but this is particularly useful within other ecosystems such as Mycroft Skills which can automatically name the intent appropriately from context.

penrods commented 6 years ago

Ping!

MatthewScholefield commented 6 years ago

Closing this in favor of using a subclass for other ecosystems that set it on their own terms.