Skip to content

v1.0.0

Compare
Choose a tag to compare
@adrien2p adrien2p released this 07 May 20:00
· 125 commits to master since this release

Added

  • Decorators to handle the intent/action sent from DialogFlow
    • @DialogFlowIntent() decorator to define the concerned intent instead of the action.
    • @DialogFlowAction() decorator to define the concerned action instead of the intent.
  • DialogFlowModule Which provide the features
    • DialogFlowController configurable controller through DialogFlowModule.forRoute(webHookConfig)
    • Handlers provider which get the metadata from the components in order to store and return the handlers map
  • Some interfaces to defined the response get from DialogFlow and the expected result await by Dialogflow
    • DialogFlowFulfilmentResponse which defined the expected response await by DialogFlow
    • DialogFlowResponse the response sent from DialogFlow and pass as argument to the handler
    • WebHookConfig which defined the expected parameters in order to configure the controller of DialogFlowModule
  • Base files as README, CHANGELOG, LICENCE