You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-api-grpc/grpc-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsGrpc.java
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -398,6 +398,8 @@ public abstract static class DocumentsImplBase implements io.grpc.BindableServic
398
398
*
399
399
* <pre>
400
400
* Returns the list of all documents of the knowledge base.
401
+
* Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
402
+
* only use `projects.knowledgeBases.documents`.
401
403
* </pre>
402
404
*/
403
405
publicvoidlistDocuments(
@@ -412,6 +414,8 @@ public void listDocuments(
412
414
*
413
415
* <pre>
414
416
* Retrieves the specified document.
417
+
* Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
418
+
* only use `projects.knowledgeBases.documents`.
415
419
* </pre>
416
420
*/
417
421
publicvoidgetDocument(
@@ -426,6 +430,8 @@ public void getDocument(
426
430
*
427
431
* <pre>
428
432
* Creates a new document.
433
+
* Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
Copy file name to clipboardExpand all lines: google-api-grpc/grpc-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesGrpc.java
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -355,6 +355,8 @@ public abstract static class KnowledgeBasesImplBase implements io.grpc.BindableS
355
355
*
356
356
* <pre>
357
357
* Returns the list of all knowledge bases of the specified agent.
358
+
* Note: The `projects.agent.knowledgeBases` resource is deprecated;
359
+
* only use `projects.knowledgeBases`.
358
360
* </pre>
359
361
*/
360
362
publicvoidlistKnowledgeBases(
@@ -369,6 +371,8 @@ public void listKnowledgeBases(
369
371
*
370
372
* <pre>
371
373
* Retrieves the specified knowledge base.
374
+
* Note: The `projects.agent.knowledgeBases` resource is deprecated;
375
+
* only use `projects.knowledgeBases`.
372
376
* </pre>
373
377
*/
374
378
publicvoidgetKnowledgeBase(
@@ -383,6 +387,8 @@ public void getKnowledgeBase(
383
387
*
384
388
* <pre>
385
389
* Creates a knowledge base.
390
+
* Note: The `projects.agent.knowledgeBases` resource is deprecated;
391
+
* only use `projects.knowledgeBases`.
386
392
* </pre>
387
393
*/
388
394
publicvoidcreateKnowledgeBase(
@@ -397,6 +403,8 @@ public void createKnowledgeBase(
397
403
*
398
404
* <pre>
399
405
* Deletes the specified knowledge base.
406
+
* Note: The `projects.agent.knowledgeBases` resource is deprecated;
407
+
* only use `projects.knowledgeBases`.
400
408
* </pre>
401
409
*/
402
410
publicvoiddeleteKnowledgeBase(
@@ -410,6 +418,8 @@ public void deleteKnowledgeBase(
410
418
*
411
419
* <pre>
412
420
* Updates the specified knowledge base.
421
+
* Note: The `projects.agent.knowledgeBases` resource is deprecated;
0 commit comments