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

Commit

Permalink
chore: release 0.7.0 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and busunkim96 committed Oct 16, 2019
1 parent 6222277 commit b1594ba
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,36 @@

[1]: https://pypi.org/project/dialogflow/#history

## [0.7.0](https://www.github.com/googleapis/dialogflow-python-client-v2/compare/v0.6.0...v0.7.0) (2019-10-16)


### Features

* regenerate ([#151](https://www.github.com/googleapis/dialogflow-python-client-v2/issues/151)) ([6222277](https://www.github.com/googleapis/dialogflow-python-client-v2/commit/6222277a5332011e9cc2e80bb5b26692a12fad36))
#### 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`

## 0.6.0

05-06-2019 1:34 PST
Expand Down Expand Up @@ -61,4 +91,3 @@

### Internal / Testing Changes
- Fix typo (#16)

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@

setup(
name="dialogflow",
version="0.6.0",
version="0.7.0",
author="Google LLC",
author_email="googleapis-packages@google.com",
classifiers=[
Expand Down

0 comments on commit b1594ba

Please sign in to comment.