We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b982cdc commit 3108b23Copy full SHA for 3108b23
dialogflow/detect.js
@@ -30,7 +30,7 @@ function detectTextIntent(projectId, sessionId, queries, languageCode) {
30
// 'Next monday at 3pm for 1 hour, please', // Tell the bot when the meeting is taking place
31
// 'B' // Rooms are defined on the Dialogflow agent, default options are A, B, or C
32
// ]
33
- // languaceCode: Indicates the language Dialogflow agent should use to detect intents
+ // languageCode: Indicates the language Dialogflow agent should use to detect intents
34
// const languageCode = 'en';
35
36
// Imports the Dialogflow library
0 commit comments