Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit 24327a3

Browse files
feat: added more Environment RPCs for v1beta1 (#543)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/43ea9c14-2448-4118-ab13-5ca7a39f3082/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) PiperOrigin-RevId: 372230736 Source-Link: googleapis/googleapis@c768a5f PiperOrigin-RevId: 372225073 Source-Link: googleapis/googleapis@2f749e7 feat: added Versions service feat: added Fulfillment service feat: added TextToSpeechSettings fix: removed incorrect resource annotation for UpdateEnvironmentRequest
1 parent 905ec97 commit 24327a3

File tree

134 files changed

+35308
-2371
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+35308
-2371
lines changed

google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsClient.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,8 @@ public final UnaryCallable<CreateDocumentRequest, Operation> createDocumentCalla
615615

616616
// AUTO-GENERATED DOCUMENTATION AND METHOD.
617617
/**
618-
* Create documents by importing data from external sources.
618+
* Create documents by importing data from external sources. Dialogflow supports up to 350
619+
* documents in each request. If you try to import more, Dialogflow will return an error.
619620
*
620621
* <p>Sample code:
621622
*
@@ -644,7 +645,8 @@ public final UnaryCallable<CreateDocumentRequest, Operation> createDocumentCalla
644645

645646
// AUTO-GENERATED DOCUMENTATION AND METHOD.
646647
/**
647-
* Create documents by importing data from external sources.
648+
* Create documents by importing data from external sources. Dialogflow supports up to 350
649+
* documents in each request. If you try to import more, Dialogflow will return an error.
648650
*
649651
* <p>Sample code:
650652
*
@@ -674,7 +676,8 @@ public final UnaryCallable<CreateDocumentRequest, Operation> createDocumentCalla
674676

675677
// AUTO-GENERATED DOCUMENTATION AND METHOD.
676678
/**
677-
* Create documents by importing data from external sources.
679+
* Create documents by importing data from external sources. Dialogflow supports up to 350
680+
* documents in each request. If you try to import more, Dialogflow will return an error.
678681
*
679682
* <p>Sample code:
680683
*

0 commit comments

Comments
 (0)