Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 6c0eb40

Browse files
chore(main): release 2.14.0 (#489)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0d3b413 commit 6c0eb40

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
[1]: https://pypi.org/project/dialogflow/#history
66

7+
## [2.14.0](https://github.com/googleapis/python-dialogflow/compare/v2.13.0...v2.14.0) (2022-05-09)
8+
9+
10+
### Features
11+
12+
* added HUMAN_INTERVENTION_NEEDED type in ConversationEvent ([#488](https://github.com/googleapis/python-dialogflow/issues/488)) ([fa5fd8b](https://github.com/googleapis/python-dialogflow/commit/fa5fd8ba4356051776b8828cef2bae59da5b4993))
13+
* **v2beta1:** add the API of StreamingAnalyzeContent ([#520](https://github.com/googleapis/python-dialogflow/issues/520)) ([0d3b413](https://github.com/googleapis/python-dialogflow/commit/0d3b41353e7171783a44bbd996de95c9bdb1ae34))
14+
15+
16+
### Bug Fixes
17+
18+
* correct broken ConversationModelEvaluation resource pattern ([#509](https://github.com/googleapis/python-dialogflow/issues/509)) ([cd4a93b](https://github.com/googleapis/python-dialogflow/commit/cd4a93b44b9b09d0a7cb71e32686337f504ef0ce))
19+
20+
21+
### Documentation
22+
23+
* add the fields for setting CX virtual agent session parameters ([#519](https://github.com/googleapis/python-dialogflow/issues/519)) ([347e03f](https://github.com/googleapis/python-dialogflow/commit/347e03f07b55216dd1cc62ee3e3c04b509968c5b))
24+
* added explanation for SuggestionResult ([#490](https://github.com/googleapis/python-dialogflow/issues/490)) ([0c210be](https://github.com/googleapis/python-dialogflow/commit/0c210bef1dec9c7014f1ae791523f6b60aa8034e))
25+
726
## [2.13.0](https://github.com/googleapis/python-dialogflow/compare/v2.12.0...v2.13.0) (2022-03-08)
827

928

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
name = "dialogflow"
2121
description = "Client library for the Dialogflow API"
22-
version = "2.13.0"
22+
version = "2.14.0"
2323
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)