We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dc39c commit e792babCopy full SHA for e792bab
dialogflow/detect.js
@@ -1,5 +1,5 @@
1
/**
2
- * Copyright 2017, Google, Inc.
+ * Copyright 2017 Google LLC
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
* you may not use this file except in compliance with the License.
5
* You may obtain a copy of the License at
@@ -195,9 +195,6 @@ async function streamingDetectIntent(
195
196
const initialStreamRequest = {
197
session: sessionPath,
198
- queryParams: {
199
- session: sessionClient.sessionPath(projectId, sessionId),
200
- },
201
queryInput: {
202
audioConfig: {
203
audioEncoding: encoding,
0 commit comments