Skip to content

Commit

Permalink
feat: added JSON_PACKAGE field to ExportAgentRequest (#3876)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 504031208

Source-Link: https://github.com/googleapis/googleapis/commit/c6af392b613b435757358fac555628d84e443abd

Source-Link: https://github.com/googleapis/googleapis-gen/commit/784976477762d98a9c30834dc4585d815af2fbfb
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3ctY3gvLk93bEJvdC55YW1sIiwiaCI6Ijc4NDk3NjQ3Nzc2MmQ5OGE5YzMwODM0ZGM0NTg1ZDgxNWFmMmZiZmIifQ==
  • Loading branch information
gcf-owl-bot[bot] committed Jan 24, 2023
1 parent cbfa387 commit 638ba10
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ message ExportAgentRequest {

// Agent content will be exported as raw bytes.
BLOB = 1;

// Agent content will be exported in JSON Package format.
JSON_PACKAGE = 4;
}

// Required. The name of the agent to export.
Expand Down
3 changes: 2 additions & 1 deletion packages/google-cloud-dialogflow-cx/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/google-cloud-dialogflow-cx/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/google-cloud-dialogflow-cx/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 638ba10

Please sign in to comment.