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.7.1

26 Jul 17:47
07703da
Compare
Choose a tag to compare

Bug Fixes

Documentation

v2.7.0

22 Jul 21:02
f49e38e
Compare
Choose a tag to compare

Features

  • add Samples section to CONTRIBUTING.rst (#340) (25217a3)

Bug Fixes

  • deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#339) (3bfe5b6)

v2.6.0

12 Jul 19:32
4875d57
Compare
Choose a tag to compare

Features

Bug Fixes

  • disable always_use_jwt_access (9bf371d)

v2.5.0

01 Jul 18:03
2206f52
Compare
Choose a tag to compare

Features

  • added Automated agent reply type and allow cancellation flag for partial response feature (#314) (5dfd375)
  • v2beta1: added Automated agent reply type and allow cancellation flag for partial response feature (#311) (1d34763)

Documentation

  • added notes to train agent prior to sending queries (#319) (37dece2)
  • omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) (#316) (55fcb9d)
  • update comment in ListSuggestions to use absolute URL for /apis/design/design_patterns (#313) (99d8897)

v2.4.0

25 May 22:17
cf27680
Compare
Choose a tag to compare

Features

  • add a field to indicate whether slot filling is cancelled (#304) (3343504)
  • v2beta1: add a field to indicate whether slot filling is cancelled (#306) (05be019)

v2.3.0

19 May 15:06
32a8455
Compare
Choose a tag to compare

Features

  • added location-aware HTTP path binding for ListIntents feat: exposed match confidence and parameter in AnalyzeContentResponse feat: added DTMF and PARTIAL DTMF type in recognition result (#298) (e52e9c0)

v2.2.0

17 May 15:02
47d0ce6
Compare
Choose a tag to compare

Features

  • added Fulfillment service (1b39fc0)
  • added location in some resource patterns (1b39fc0)
  • added location-aware HTTP path binding for ListIntents (#294) (1f71e77)
  • added more Environment RPCs (1b39fc0)
  • added TextToSpeechSettings. (1b39fc0)
  • added Versions service (1b39fc0)
  • support self-signed JWT flow for service accounts (1b39fc0)

Bug Fixes

  • add async client to %name_%version/init.py (1b39fc0)
  • deps: add packaging requirement (#293) (a9f970c)
  • removed incorrect resource annotation for UpdateEnvironmentRequest. (1b39fc0)

v2.1.2

13 Apr 15:03
50d08a7
Compare
Choose a tag to compare

Bug Fixes

  • remove unused proto InputText, InputAudio (#273) (787d064)

v2.1.1

12 Apr 22:05
9322e7a
Compare
Choose a tag to compare

Bug Fixes

  • remove input_audio field from AnalyzeContentRequest from v2/v2beta1 (06381fc)
  • remove proto message CreateCallMatcherRequest, CreateCallMatcherResponse, ListCallMatchersRequest, ListCallMatchersResponse, DeleteCallMatcherRequest, DeleteCallMatcherResponse, CallMatcher, StreamingAnalyzeContentRequest, StreamingAnalyzeContentResponse, AudioInput from v2/v2beta1, TelephonyDtmfEvents, TelephonyDtmf from v2 (06381fc)
  • remove resource_reference for invisible resources (06381fc)
  • Remove resource_reference from UpdateAnswerRecord (06381fc)
  • remove rpc or fields that are unintended to release (#264) (06381fc)
  • remove StreamingAnalyzeContent, CreateCallMatcher, ListCallMatchers, DeleteCallMatcher rpc from v2/v2beta1 (06381fc)

Documentation

  • samples: add Agent Assist code samples (#267) (0a8cfb9)

v2.1.0

10 Mar 23:03
4717cb2
Compare
Choose a tag to compare

Features

  • add sample code for using regional Dialogflow endpoint (#254) (230bb4e)
  • Add CCAI API (#259) (f383bb9)
  • add additional_bindings to Dialogflow v2beta1 ListIntents API (#259) (f383bb9)
  • add additional_bindings to Dialogflow v2 ListIntents API (#259) (f383bb9)
  • Add from_service_account_info factory (#259) (f383bb9)

Bug Fixes

Documentation

  • clarified voice selection params names (#259) (f383bb9)
  • update comments on parameters and validation result. (#259) (f383bb9)