From 93de3ffe011abeee2e6d934dd0feabde5a30f34c Mon Sep 17 00:00:00 2001 From: Adam Gauthier Date: Sun, 12 Aug 2018 17:18:41 -0400 Subject: [PATCH] Fix typo in word 'session' in detect sample comments (#147) --- dialogflow/detect.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dialogflow/detect.js b/dialogflow/detect.js index 44ffc20c93..d205becb7a 100644 --- a/dialogflow/detect.js +++ b/dialogflow/detect.js @@ -26,7 +26,7 @@ function detectTextIntent(projectId, sessionId, queries, languageCode) { // Imports the Dialogflow library const dialogflow = require('dialogflow'); - // Instantiates a sessison client + // Instantiates a session client const sessionClient = new dialogflow.SessionsClient(); if (!queries || !queries.length) { @@ -97,7 +97,7 @@ function detectEventIntent(projectId, sessionId, eventName, languageCode) { // Imports the Dialogflow library const dialogflow = require('dialogflow'); - // Instantiates a sessison client + // Instantiates a session client const sessionClient = new dialogflow.SessionsClient(); // The path to identify the agent that owns the created intent. @@ -138,7 +138,7 @@ function detectAudioIntent( // Imports the Dialogflow library const dialogflow = require('dialogflow'); - // Instantiates a sessison client + // Instantiates a session client const sessionClient = new dialogflow.SessionsClient(); // The path to identify the agent that owns the created intent. @@ -186,7 +186,7 @@ function streamingDetectIntent( // Imports the Dialogflow library const dialogflow = require('dialogflow'); - // Instantiates a sessison client + // Instantiates a session client const sessionClient = new dialogflow.SessionsClient(); // The path to the local file on which to perform speech recognition, e.g.