Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
feat(v3beta1): added JSON_PACKAGE field to ExportAgentRequest (#495)
Browse files Browse the repository at this point in the history
* feat: added JSON_PACKAGE field to ExportAgentRequest

PiperOrigin-RevId: 504031208

Source-Link: googleapis/googleapis@c6af392

Source-Link: googleapis/googleapis-gen@7849764
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzg0OTc2NDc3NzYyZDk4YTljMzA4MzRkYzQ1ODVkODE1YWYyZmJmYiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 24, 2023
1 parent 2dd4911 commit d03ec56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions google/cloud/dialogflowcx_v3beta1/types/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,13 @@ class DataFormat(proto.Enum):
Unspecified format.
BLOB (1):
Agent content will be exported as raw bytes.
JSON_PACKAGE (4):
Agent content will be exported in JSON
Package format.
"""
DATA_FORMAT_UNSPECIFIED = 0
BLOB = 1
JSON_PACKAGE = 4

name: str = proto.Field(
proto.STRING,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dialogflow-cx",
"version": "1.17.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dialogflow-cx",
"version": "1.17.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit d03ec56

Please sign in to comment.