From 3108b23ae52ac92cdfd553136ec43242f9dbd73c Mon Sep 17 00:00:00 2001 From: Torry Yang Date: Wed, 11 Dec 2019 16:10:02 -0800 Subject: [PATCH] fix typo (#485) --- dialogflow/detect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialogflow/detect.js b/dialogflow/detect.js index ae6a9865f7..63af443819 100644 --- a/dialogflow/detect.js +++ b/dialogflow/detect.js @@ -30,7 +30,7 @@ function detectTextIntent(projectId, sessionId, queries, languageCode) { // 'Next monday at 3pm for 1 hour, please', // Tell the bot when the meeting is taking place // 'B' // Rooms are defined on the Dialogflow agent, default options are A, B, or C // ] - // languaceCode: Indicates the language Dialogflow agent should use to detect intents + // languageCode: Indicates the language Dialogflow agent should use to detect intents // const languageCode = 'en'; // Imports the Dialogflow library