This repository has been 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_agent
anddelete_agent
methods toAgentsClient
- Add
api_version
andtier
toAgents
- Add
session_entity_types
toWebhookResponse
- Add
model_variant
andsingle_utterance
toInputAudioConfig
- Add
SpeechModelVariant
enum - Add
enable_fuzzy_extraction
toEntityType
- Add
KIND_REGEXP
toEntityType.Kind
enum - Add
client_options
to clients - Allow kwargs to be passed to transport
create_channel
methods - Deprecate
single_utterance
attribute inStreamingDetectIntentRequest
. Please useInputAudioConfig.single_utterance
v2
- Add Google Hangouts to
Message.Platform
enum
v2beta1
- Add
get_validation_result
method toAgentsClient
- Add
gcs_source
andsource
toreload_document
method inDocumentsClient
- Add Rich Business Messaging (RBM) support,
table_card
, andmedia_content
to intent messages - Add
enable_word_info
,speech_contexts
toInputAudioConfig
update_document
returns_OperationFuture
rather thanOperation
- Deprecate
projects.agent.knowledgeBases
. Please useprojects.knowledgeBases
. - Add
stability
,speech_word_info
andspeech_end_offset
toStreamingRecognitionResult
- 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)