Skip to content

Commit 638ba10

Browse files
feat: added JSON_PACKAGE field to ExportAgentRequest (#3876)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 504031208 Source-Link: https://togithub.com/googleapis/googleapis/commit/c6af392b613b435757358fac555628d84e443abd Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/784976477762d98a9c30834dc4585d815af2fbfb Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3ctY3gvLk93bEJvdC55YW1sIiwiaCI6Ijc4NDk3NjQ3Nzc2MmQ5OGE5YzMwODM0ZGM0NTg1ZDgxNWFmMmZiZmIifQ==
1 parent cbfa387 commit 638ba10

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

packages/google-cloud-dialogflow-cx/protos/google/cloud/dialogflow/cx/v3beta1/agent.proto

+3
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ message ExportAgentRequest {
363363

364364
// Agent content will be exported as raw bytes.
365365
BLOB = 1;
366+
367+
// Agent content will be exported in JSON Package format.
368+
JSON_PACKAGE = 4;
366369
}
367370

368371
// Required. The name of the agent to export.

packages/google-cloud-dialogflow-cx/protos/protos.d.ts

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-dialogflow-cx/protos/protos.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-dialogflow-cx/protos/protos.json

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)