Skip to content

Commit ce6911f

Browse files
Google APIscopybara-github
authored andcommitted
feat: added JSON_PACKAGE field to ExportAgentRequest
PiperOrigin-RevId: 504306290
1 parent 08c847d commit ce6911f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/dialogflow/cx/v3/agent.proto

Lines changed: 3 additions & 0 deletions
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.

0 commit comments

Comments
 (0)