Thanks to visit codestin.com
Credit goes to github.com

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

Commit d03ec56

Browse files
feat(v3beta1): added JSON_PACKAGE field to ExportAgentRequest (#495)
* feat: added JSON_PACKAGE field to ExportAgentRequest PiperOrigin-RevId: 504031208 Source-Link: googleapis/googleapis@c6af392 Source-Link: https://github.com/googleapis/googleapis-gen/commit/784976477762d98a9c30834dc4585d815af2fbfb 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>
1 parent 2dd4911 commit d03ec56

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

google/cloud/dialogflowcx_v3beta1/types/agent.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,13 @@ class DataFormat(proto.Enum):
377377
Unspecified format.
378378
BLOB (1):
379379
Agent content will be exported as raw bytes.
380+
JSON_PACKAGE (4):
381+
Agent content will be exported in JSON
382+
Package format.
380383
"""
381384
DATA_FORMAT_UNSPECIFIED = 0
382385
BLOB = 1
386+
JSON_PACKAGE = 4
383387

384388
name: str = proto.Field(
385389
proto.STRING,

samples/generated_samples/snippet_metadata_google.cloud.dialogflow.cx.v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dialogflow-cx",
11-
"version": "1.17.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.dialogflow.cx.v3beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dialogflow-cx",
11-
"version": "1.17.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)