UNPKG

scure-dialogflow

Version:

Javascript engine for creating conversational adventures with Dialogflow / GoogleAssistant through SCURE

4 lines (3 loc) 194 B
const { getCommandForIntent, getIntentForCommand } = require('./intent-command-mapper.js'); exports.getCommandForIntent = getCommandForIntent; exports.getIntentForCommand = getIntentForCommand;