Skip to content

Commit c6af392

Browse files
Google APIscopybara-github
authored andcommitted
feat: added JSON_PACKAGE field to ExportAgentRequest
PiperOrigin-RevId: 504031208
1 parent 4d9606e commit c6af392

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

google/cloud/dialogflow/cx/v3beta1/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,11 @@ csharp_gapic_library(
428428
grpc_service_config = "dialogflow_grpc_service_config.json",
429429
rest_numeric_enums = True,
430430
service_yaml = "dialogflow_v3beta1.yaml",
431+
transport = "grpc+rest",
431432
deps = [
432433
":cx_csharp_grpc",
433434
":cx_csharp_proto",
434435
],
435-
transport = "grpc+rest",
436436
)
437437

438438
# Open Source Packages

google/cloud/dialogflow/cx/v3beta1/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)