Skip to content

Commit b68650d

Browse files
authored
chore: enable generation of google-cloud-dialogflow-cx (#16724)
1 parent 35d62ee commit b68650d

5 files changed

Lines changed: 18 additions & 17 deletions

File tree

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,6 @@ libraries:
18151815
keep:
18161816
- CHANGELOG.md
18171817
- docs/CHANGELOG.md
1818-
skip_generate: true
18191818
python:
18201819
opt_args_by_api:
18211820
google/cloud/dialogflow/cx/v3:
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"api_id": "dialogflow.googleapis.com",
3-
"api_shortname": "dialogflow",
4-
"client_documentation": "https://cloud.google.com/python/docs/reference/dialogflow-cx/latest",
5-
"default_version": "v3",
6-
"distribution_name": "google-cloud-dialogflow-cx",
7-
"issue_tracker": "https://issuetracker.google.com/savedsearches/5300385",
8-
"language": "python",
9-
"library_type": "GAPIC_AUTO",
10-
"name": "dialogflow-cx",
11-
"name_pretty": "Dialogflow CX",
12-
"product_documentation": "https://cloud.google.com/dialogflow/cx/docs",
13-
"release_level": "stable",
14-
"repo": "googleapis/google-cloud-python"
2+
"api_description": "Builds conversational interfaces (for example, chatbots, and voice-powered\napps and devices).",
3+
"api_id": "dialogflow.googleapis.com",
4+
"api_shortname": "dialogflow",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/dialogflow-cx/latest",
6+
"default_version": "v3",
7+
"distribution_name": "google-cloud-dialogflow-cx",
8+
"issue_tracker": "https://issuetracker.google.com/savedsearches/5300385",
9+
"language": "python",
10+
"library_type": "GAPIC_AUTO",
11+
"name": "dialogflow-cx",
12+
"name_pretty": "Dialogflow CX",
13+
"product_documentation": "https://cloud.google.com/dialogflow/cx/docs",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-python"
1516
}

packages/google-cloud-dialogflow-cx/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Python Client for Dialogflow CX
33

44
|stable| |pypi| |versions|
55

6-
`Dialogflow CX`_:
6+
`Dialogflow CX`_: Builds conversational interfaces (for example, chatbots, and voice-powered
7+
apps and devices).
78

89
- `Client Library Documentation`_
910
- `Product Documentation`_

packages/google-cloud-dialogflow-cx/docs/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Python Client for Dialogflow CX
33

44
|stable| |pypi| |versions|
55

6-
`Dialogflow CX`_:
6+
`Dialogflow CX`_: Builds conversational interfaces (for example, chatbots, and voice-powered
7+
apps and devices).
78

89
- `Client Library Documentation`_
910
- `Product Documentation`_

packages/google-cloud-dialogflow-cx/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ def docs(session):
390390
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
391391
session.run(
392392
"sphinx-build",
393-
"-W", # warnings as errors
394393
"-T", # show full traceback on exception
395394
"-N", # no colors
396395
"-b",

0 commit comments

Comments
 (0)