@@ -26,7 +26,7 @@ function detectTextIntent(projectId, sessionId, queries, languageCode) {
26
26
// Imports the Dialogflow library
27
27
const dialogflow = require ( 'dialogflow' ) ;
28
28
29
- // Instantiates a sessison client
29
+ // Instantiates a session client
30
30
const sessionClient = new dialogflow . SessionsClient ( ) ;
31
31
32
32
if ( ! queries || ! queries . length ) {
@@ -97,7 +97,7 @@ function detectEventIntent(projectId, sessionId, eventName, languageCode) {
97
97
// Imports the Dialogflow library
98
98
const dialogflow = require ( 'dialogflow' ) ;
99
99
100
- // Instantiates a sessison client
100
+ // Instantiates a session client
101
101
const sessionClient = new dialogflow . SessionsClient ( ) ;
102
102
103
103
// The path to identify the agent that owns the created intent.
@@ -138,7 +138,7 @@ function detectAudioIntent(
138
138
// Imports the Dialogflow library
139
139
const dialogflow = require ( 'dialogflow' ) ;
140
140
141
- // Instantiates a sessison client
141
+ // Instantiates a session client
142
142
const sessionClient = new dialogflow . SessionsClient ( ) ;
143
143
144
144
// The path to identify the agent that owns the created intent.
@@ -186,7 +186,7 @@ function streamingDetectIntent(
186
186
// Imports the Dialogflow library
187
187
const dialogflow = require ( 'dialogflow' ) ;
188
188
189
- // Instantiates a sessison client
189
+ // Instantiates a session client
190
190
const sessionClient = new dialogflow . SessionsClient ( ) ;
191
191
192
192
// The path to the local file on which to perform speech recognition, e.g.
0 commit comments