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

Commit

Permalink
feat: added more Environment RPCs for v1beta1 (#543)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed May 12, 2021
1 parent 905ec97 commit 24327a3
Show file tree
Hide file tree
Showing 134 changed files with 35,308 additions and 2,371 deletions.
Expand Up @@ -615,7 +615,8 @@ public final UnaryCallable<CreateDocumentRequest, Operation> createDocumentCalla

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

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

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Create documents by importing data from external sources.
* Create documents by importing data from external sources. Dialogflow supports up to 350
* documents in each request. If you try to import more, Dialogflow will return an error.
*
* <p>Sample code:
*
Expand Down

0 comments on commit 24327a3

Please sign in to comment.