@@ -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