|
4 | 4 |
|
5 | 5 | [1]: https://pypi.org/project/dialogflow/#history
|
6 | 6 |
|
| 7 | +## [0.7.0](https://www.github.com/googleapis/dialogflow-python-client-v2/compare/v0.6.0...v0.7.0) (2019-10-16) |
| 8 | + |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +* 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)) |
| 13 | + #### v2 and v2beta1 |
| 14 | + * Add `set_agent` and `delete_agent` methods to `AgentsClient` |
| 15 | + * Add `api_version` and `tier` to `Agents` |
| 16 | + * Add `session_entity_types` to `WebhookResponse` |
| 17 | + * Add `model_variant` and `single_utterance` to `InputAudioConfig` |
| 18 | + * Add `SpeechModelVariant` enum |
| 19 | + * Add `enable_fuzzy_extraction` to `EntityType` |
| 20 | + * Add `KIND_REGEXP` to `EntityType.Kind` enum |
| 21 | + * Add `client_options` to clients |
| 22 | + * Allow kwargs to be passed to transport `create_channel` methods |
| 23 | + * Deprecate `single_utterance` attribute in `StreamingDetectIntentRequest`. Please use `InputAudioConfig.single_utterance` |
| 24 | + |
| 25 | + #### v2 |
| 26 | + * Add Google Hangouts to `Message.Platform` enum |
| 27 | + |
| 28 | + #### v2beta1 |
| 29 | + * Add `get_validation_result` method to `AgentsClient` |
| 30 | + * Add `gcs_source` and `source` to `reload_document` method in `DocumentsClient` |
| 31 | + * Add Rich Business Messaging (RBM) support, `table_card`, and `media_content` to intent messages |
| 32 | + * Add `enable_word_info`, `speech_contexts` to `InputAudioConfig` |
| 33 | + * `update_document` returns `_OperationFuture` rather than `Operation` |
| 34 | + * Deprecate `projects.agent.knowledgeBases`. Please use `projects.knowledgeBases`. |
| 35 | + * Add `stability`, `speech_word_info` and `speech_end_offset` to `StreamingRecognitionResult` |
| 36 | + |
7 | 37 | ## 0.6.0
|
8 | 38 |
|
9 | 39 | 05-06-2019 1:34 PST
|
|
61 | 91 |
|
62 | 92 | ### Internal / Testing Changes
|
63 | 93 | - Fix typo (#16)
|
64 |
| - |
|
0 commit comments