Skip to content

Commit 93de3ff

Browse files
adamgauthierNimJay
authored andcommitted
Fix typo in word 'session' in detect sample comments (#147)
1 parent 47a6bcc commit 93de3ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dialogflow/detect.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function detectTextIntent(projectId, sessionId, queries, languageCode) {
2626
// Imports the Dialogflow library
2727
const dialogflow = require('dialogflow');
2828

29-
// Instantiates a sessison client
29+
// Instantiates a session client
3030
const sessionClient = new dialogflow.SessionsClient();
3131

3232
if (!queries || !queries.length) {
@@ -97,7 +97,7 @@ function detectEventIntent(projectId, sessionId, eventName, languageCode) {
9797
// Imports the Dialogflow library
9898
const dialogflow = require('dialogflow');
9999

100-
// Instantiates a sessison client
100+
// Instantiates a session client
101101
const sessionClient = new dialogflow.SessionsClient();
102102

103103
// The path to identify the agent that owns the created intent.
@@ -138,7 +138,7 @@ function detectAudioIntent(
138138
// Imports the Dialogflow library
139139
const dialogflow = require('dialogflow');
140140

141-
// Instantiates a sessison client
141+
// Instantiates a session client
142142
const sessionClient = new dialogflow.SessionsClient();
143143

144144
// The path to identify the agent that owns the created intent.
@@ -186,7 +186,7 @@ function streamingDetectIntent(
186186
// Imports the Dialogflow library
187187
const dialogflow = require('dialogflow');
188188

189-
// Instantiates a sessison client
189+
// Instantiates a session client
190190
const sessionClient = new dialogflow.SessionsClient();
191191

192192
// The path to the local file on which to perform speech recognition, e.g.

0 commit comments

Comments
 (0)