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

Releases: googleapis/python-dialogflow

v2.18.0

10 Jan 17:17
f76e65e
Compare
Choose a tag to compare

2.18.0 (2023-01-10)

Features

v2.17.0

15 Dec 16:01
78020a5
Compare
Choose a tag to compare

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

  • Clarified docs for Sentiment (234ab9b)
  • samples: Snippetgen handling of repeated enum field (234ab9b)
  • samples: Snippetgen should call await on the operation coroutine before calling result (234ab9b)

v2.16.1

10 Oct 18:40
fb3b753
Compare
Choose a tag to compare

2.16.1 (2022-10-10)

Bug Fixes

Documentation

  • samples: Add sample code for StreamingAnalyzeContent for live transcription. (#575) (b6bbd62)

v2.16.0

04 Oct 00:45
799a9f1
Compare
Choose a tag to compare

2.16.0 (2022-10-03)

Features

Bug Fixes

Documentation

  • clarify SuggestionFeature enums which are specific to chat agents (74d45fb)
  • v2beta1: clarify SuggestionFeature enums which are specific to chat agents (1648b27)

v2.15.2

16 Aug 19:14
1dcd26d
Compare
Choose a tag to compare

2.15.2 (2022-08-15)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#554) (45f74b4)
  • deps: require proto-plus >= 1.22.0 (45f74b4)

v2.15.1

09 Aug 11:43
426600d
Compare
Choose a tag to compare

2.15.1 (2022-08-09)

Documentation

  • added an explicit note that DetectIntentRequest's text input is limited by 256 characters (#543) (4b36501)
  • updated some method comments and added an explicit note that DetectIntentRequest's text input is limited by 256 characters (#545) (1efd108)

v2.15.0

18 Jul 13:06
2855063
Compare
Choose a tag to compare

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)

Bug Fixes

  • deps: require google-api-core>=1.32.0,>=2.8.0 (4377f2a)
  • require python 3.7+ (#535) (912518b)

Documentation

  • add more meaningful comments (4377f2a)
  • add more meaningful comments (4377f2a)
  • Update region_tag: dialogflow_detect_intent_text --> dialogflow_es_detect_intent_text (#536) (c20dcf7)

v1.1.3

09 Jun 14:28
6a1fd1a
Compare
Choose a tag to compare

1.1.3 (2022-06-07)

Bug Fixes

  • deps: require protobuf<4.0.0 on v1 branch (#529) (3feba8a)

v2.14.1

07 Jun 11:16
acb4e7f
Compare
Choose a tag to compare

2.14.1 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#524) (75977e8)

v2.14.0

19 May 12:45
6c0eb40
Compare
Choose a tag to compare

2.14.0 (2022-05-09)

Features

  • added HUMAN_INTERVENTION_NEEDED type in ConversationEvent (#488) (fa5fd8b)
  • v2beta1: add the API of StreamingAnalyzeContent (#520) (0d3b413)

Bug Fixes

  • correct broken ConversationModelEvaluation resource pattern (#509) (cd4a93b)

Documentation

  • add the fields for setting CX virtual agent session parameters (#519) (347e03f)
  • added explanation for SuggestionResult (#490) (0c210be)