This repository has been archived by the owner on Dec 17, 2023. It is now read-only.
Releases: googleapis/python-dialogflow
Releases · googleapis/python-dialogflow
v2.18.0
v2.17.0
2.17.0 (2022-12-15)
Features
- Add support for
google.cloud.dialogflow.__version__
(234ab9b) - Add typing to proto.Message based class attributes (234ab9b)
- Added cx_current_page field to AutomatedAgentReply (234ab9b)
- v2: Added obfuscated_external_user_id to Participant (f8c3d35)
- v2: Added StreamingAnalyzeContent API (#590) (f8c3d35)
- v2beta1: Add ability to set Cloud Speech model in SpeechToTextConfig (#587) (1d258c2)
- v2: Can directly set Cloud Speech model on the SpeechToTextConfig (f8c3d35)
Bug Fixes
- Add dict typing for client_options (234ab9b)
- deps: Require google-api-core >=1.34.0, >=2.11.0 (234ab9b)
- Drop usage of pkg_resources (234ab9b)
- Fix timeout default values (234ab9b)
Documentation
v2.16.1
v2.16.0
2.16.0 (2022-10-03)
Features
- Include conversation dataset name to be created with dataset creation metadata (#582) (74d45fb)
- v2beta1: Add Agent Assist Summarization API (https://cloud.google.com/agent-assist/docs/summarization) (1648b27)
Bug Fixes
Documentation
v2.15.2
v2.15.1
v2.15.0
2.15.0 (2022-07-16)
Features
- add audience parameter (4377f2a)
- Add AudioInput to analysis requests (4377f2a)
- Add filter field to ListAnswerRecordsRequest (4377f2a)
- deprecated the filter field and add resource_definition (4377f2a)
- provide new parameter cx_current_page, the unique identifier of the CX page to override the
current_page
in the session (#533) (4377f2a)