core / org.rewedigital.dialog.handler / DialogflowIntentHandler / canHandleDialogflowIntent
abstract fun canHandleDialogflowIntent(handler:
DialogflowHandler
):
Boolean
The org.rewedigital.dialog.resolver.RequestResolver will call this function. Return true if this DialogflowIntentHandler should handle the incoming request. Return false if not.