This repository was archived by the owner on Dec 17, 2023. It is now read-only.
Releases: googleapis/python-dialogflow
Releases · googleapis/python-dialogflow
v2.0.0
v1.1.0
v1.0.0
v0.8.0
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
chore: release 0.7.2 (#160)
v0.7.1
chore: release 0.7.1 (#157)
v0.7.0
Features
-
v2 and v2beta1
- Add
set_agentanddelete_agentmethods toAgentsClient - Add
api_versionandtiertoAgents - Add
session_entity_typestoWebhookResponse - Add
model_variantandsingle_utterancetoInputAudioConfig - Add
SpeechModelVariantenum - Add
enable_fuzzy_extractiontoEntityType - Add
KIND_REGEXPtoEntityType.Kindenum - Add
client_optionsto clients - Allow kwargs to be passed to transport
create_channelmethods - Deprecate
single_utteranceattribute inStreamingDetectIntentRequest. Please useInputAudioConfig.single_utterance
v2
- Add Google Hangouts to
Message.Platformenum
v2beta1
- Add
get_validation_resultmethod toAgentsClient - Add
gcs_sourceandsourcetoreload_documentmethod inDocumentsClient - Add Rich Business Messaging (RBM) support,
table_card, andmedia_contentto intent messages - Add
enable_word_info,speech_contextstoInputAudioConfig update_documentreturns_OperationFuturerather thanOperation- Deprecate
projects.agent.knowledgeBases. Please useprojects.knowledgeBases. - Add
stability,speech_word_infoandspeech_end_offsettoStreamingRecognitionResult
- Add
v0.6.0
Implementation Changes
- Add routing header to method metadata.(#123)
- Warn when deprecated client_config argument is used. (#123)
- Add https://www.googleapis.com/auth/dialogflow OAuth scope. (#123)
- Add channel to gRPC transport classes. (#123)
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)