UNPKG

multivocal

Version:

A node.js library to assist with building best practice, configuration driven, Actions for the Google Assistant.

12 lines 223 B
module.exports = { extends: "dialogflow3-base", criteria: { Terms: [ "{{eq Platform.DialogflowVersion '3'}}", "{{eq Platform.DialogflowIntegration 'generic'}}" ], Op: "and" }, tasks: { } };