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

14 Dec 21:17
f3cb980
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

Features

v1.1.0

26 Aug 02:01
e78b0e6
Compare
Choose a tag to compare

Features

Documentation

v1.0.0

13 May 22:31
1091b94
Compare
Choose a tag to compare

Features

v0.8.0

26 Mar 21:31
c5eb9c5
Compare
Choose a tag to compare
chore: release 0.8.0 (#178)

:robot: I have created a release \*beep\* \*boop\* 
---
## [0.8.0](https://www.github.com/googleapis/dialogflow-python-client-v2/compare/v0.7.2...v0.8.0) (2020-03-26)


### Features

* **dialogflow:** add `MediaContent`,  `BrowseCarouselCard`, `ColumnProperties`in v2; add `SpeechContext`, `SpeechWordInfo`in v2; add `enable_word_info`, `speech_contexts`,`model` to InputAudioConfig in v2; add `subtitles` to `Intent.Message.ListSelect` in `v2beta1`; add `language_code` to `ListKnowledgeBase` in v2beta1; add `webhook_headers` to `QueryParameters` in v2beta1 ([#175](https://www.github.com/googleapis/dialogflow-python-client-v2/issues/175)) ([713846b](https://www.github.com/googleapis/dialogflow-python-client-v2/commit/713846b7ed99eaf78cdf383aa9d39b43731b9a0d))
* add validation support to v2; add `output_audio_config_mask` to `detect_intent` method in v2beta1 and v2; add sub agent to v2beta1 (via synth) ([#179](https://www.github.com/googleapis/dialogflow-python-client-v2/issues/179)) ([5a6f18e](https://www.github.com/googleapis/dialogflow-python-client-v2/commit/5a6f18e362b5dd87affbe75e0d0bfc0c21ab87a9))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).

v0.7.2

18 Oct 18:01
Compare
Choose a tag to compare
chore: release 0.7.2 (#160)

v0.7.1

17 Oct 17:16
Compare
Choose a tag to compare
chore: release 0.7.1 (#157)

v0.7.0

16 Oct 18:17
Compare
Choose a tag to compare

Features

  • regenerate (#151) (6222277)

    v2 and v2beta1

    • Add set_agent and delete_agent methods to AgentsClient
    • Add api_version and tier to Agents
    • Add session_entity_types to WebhookResponse
    • Add model_variant and single_utterance to InputAudioConfig
    • Add SpeechModelVariant enum
    • Add enable_fuzzy_extraction to EntityType
    • Add KIND_REGEXP to EntityType.Kind enum
    • Add client_options to clients
    • Allow kwargs to be passed to transport create_channel methods
    • Deprecate single_utterance attribute in StreamingDetectIntentRequest. Please use InputAudioConfig.single_utterance

    v2

    • Add Google Hangouts to Message.Platform enum

    v2beta1

    • Add get_validation_result method to AgentsClient
    • Add gcs_source and source to reload_document method in DocumentsClient
    • Add Rich Business Messaging (RBM) support, table_card, and media_content to intent messages
    • Add enable_word_info, speech_contexts to InputAudioConfig
    • update_document returns _OperationFuture rather than Operation
    • Deprecate projects.agent.knowledgeBases. Please use projects.knowledgeBases.
    • Add stability, speech_word_info and speech_end_offset to StreamingRecognitionResult

v0.6.0

07 May 23:30
f6dbc7b
Compare
Choose a tag to compare

Implementation Changes

Features

  • Add argument output_audio_config to detect_intent. (#123)
  • Add update_knowledge_base method. (#123)
  • Add update_document and reload_document methods. (#123)

Documentation:

  • Change copyright year to 2019. (#123)

Internal / Testing Changes

  • Use mock to patch create_channel in unit tests. (#123)

v0.5.2

19 Dec 22:41
8c9c870
Compare
Choose a tag to compare

Documentation

  • Add notice of Python 2.7 deprecation (#112)
  • Fix typo in samples (#52)
  • Update README.rst (#27)
  • Updating README per ask from Product (#81)
  • Add v2beta1 samples for dialogflow and update v2 sample formatting. (#72)

Internal / Testing Changes

  • Update github issue templates (#103)
  • Strip dynamic badges from README (#99)
  • Correct the repository name in samples README. (#83)
  • Fix #76 by adding replacement patterns to dialogflow (#79)

v0.5.1

19 Jul 01:19
a05357f
Compare
Choose a tag to compare
  • Revert a change to remove imports of the types module from init.py (#78)