Skip to content

Commit

Permalink
feat: added JSON_PACKAGE field to ExportAgentRequest
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 504031208
  • Loading branch information
Google APIs authored and Copybara-Service committed Jan 23, 2023
1 parent 4d9606e commit c6af392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/dialogflow/cx/v3beta1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,11 @@ csharp_gapic_library(
grpc_service_config = "dialogflow_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "dialogflow_v3beta1.yaml",
transport = "grpc+rest",
deps = [
":cx_csharp_grpc",
":cx_csharp_proto",
],
transport = "grpc+rest",
)

# Open Source Packages
Expand Down
3 changes: 3 additions & 0 deletions google/cloud/dialogflow/cx/v3beta1/agent.proto
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

0 comments on commit c6af392

Please sign in to comment.