@attributes/chatbot

Metadata for chatbot development

Usage no npm install needed!

<script type="module">
  import attributesChatbot from 'https://cdn.skypack.dev/@attributes/chatbot';
</script>

README

@attributes/chatbot

class BotController {
    method1() {}
    method2() {}
    method3() {}
}

ControllerAttribute

Reflector(BotController).getOwnAttribute(ConversationAttribute)

ParamsAttribute

Reflector(BotController).property('method1').getOwnAttribute(DialogAttribute)