This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
"product_documentation" : " https://cloud.google.com/dialogflow/cx/docs" ,
5
5
"client_documentation" : " https://googleapis.dev/python/dialogflow-cx/latest" ,
6
6
"issue_tracker" : " https://issuetracker.google.com/savedsearches/5300385" ,
7
- "release_level" : " beta " ,
7
+ "release_level" : " ga " ,
8
8
"language" : " python" ,
9
9
"library_type" : " GAPIC_AUTO" ,
10
10
"repo" : " googleapis/python-dialogflow-cx" ,
Original file line number Diff line number Diff line change 1
1
Python Client for Dialogflow CX API
2
2
=================================================
3
3
4
- |beta | |pypi | |versions |
4
+ |GA | |pypi | |versions |
5
5
6
6
`Dialogflow CX API `_: Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).
7
7
8
8
- `Client Library Documentation `_
9
9
- `Product Documentation `_
10
10
11
- .. |beta | image :: https://img.shields.io/badge/support-beta-orange .svg
12
- :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
11
+ .. |GA | image :: https://img.shields.io/badge/support-ga-gold .svg
12
+ :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
13
13
.. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-dialogflow-cx.svg
14
14
:target: https://pypi.org/project/google-cloud-dialogflow-cx/
15
15
.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-dialogflow-cx.svg
Original file line number Diff line number Diff line change 51
51
),
52
52
python_requires = ">=3.6" ,
53
53
classifiers = [
54
- "Development Status :: 4 - Beta " ,
54
+ "Development Status :: 5 - Production/Stable " ,
55
55
"Intended Audience :: Developers" ,
56
56
"Operating System :: OS Independent" ,
57
57
"Programming Language :: Python :: 3.6" ,
You can’t perform that action at this time.
0 commit comments