|
4 | 4 |
|
5 | 5 | [1]: https://pypi.org/project/dialogflow/#history |
6 | 6 |
|
| 7 | +## [2.17.0](https://github.com/googleapis/python-dialogflow/compare/v2.16.1...v2.17.0) (2022-12-15) |
| 8 | + |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +* Add support for `google.cloud.dialogflow.__version__` ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe)) |
| 13 | +* Add typing to proto.Message based class attributes ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe)) |
| 14 | +* Added cx_current_page field to AutomatedAgentReply ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe)) |
| 15 | +* **v2:** Added obfuscated_external_user_id to Participant ([f8c3d35](https://github.com/googleapis/python-dialogflow/commit/f8c3d35eedcab6996b18ba08c0b4637699d5e0e3)) |
| 16 | +* **v2:** Added StreamingAnalyzeContent API ([#590](https://github.com/googleapis/python-dialogflow/issues/590)) ([f8c3d35](https://github.com/googleapis/python-dialogflow/commit/f8c3d35eedcab6996b18ba08c0b4637699d5e0e3)) |
| 17 | +* **v2beta1:** Add ability to set Cloud Speech model in SpeechToTextConfig ([#587](https://github.com/googleapis/python-dialogflow/issues/587)) ([1d258c2](https://github.com/googleapis/python-dialogflow/commit/1d258c2ea8e9993a382dfb318f3022739030ad04)) |
| 18 | +* **v2:** Can directly set Cloud Speech model on the SpeechToTextConfig ([f8c3d35](https://github.com/googleapis/python-dialogflow/commit/f8c3d35eedcab6996b18ba08c0b4637699d5e0e3)) |
| 19 | + |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +* Add dict typing for client_options ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe)) |
| 24 | +* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe)) |
| 25 | +* Drop usage of pkg_resources ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe)) |
| 26 | +* Fix timeout default values ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe)) |
| 27 | + |
| 28 | + |
| 29 | +### Documentation |
| 30 | + |
| 31 | +* Clarified docs for Sentiment ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe)) |
| 32 | +* **samples:** Snippetgen handling of repeated enum field ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe)) |
| 33 | +* **samples:** Snippetgen should call await on the operation coroutine before calling result ([234ab9b](https://github.com/googleapis/python-dialogflow/commit/234ab9be67c4d8b3853dc20f38ec505cfeabb8fe)) |
| 34 | + |
7 | 35 | ## [2.16.1](https://github.com/googleapis/python-dialogflow/compare/v2.16.0...v2.16.1) (2022-10-10) |
8 | 36 |
|
9 | 37 |
|
|
0 commit comments