- 2.41.2 (latest)
- 2.41.1
- 2.40.0
- 2.39.1
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.30.2
- 2.29.0
- 2.28.3
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.1
- 2.23.3
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.1
- 2.18.0
- 2.17.0
- 2.16.1
- 2.15.2
- 2.14.1
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.1
- 2.8.1
- 2.7.1
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.2
- 2.0.0
- 1.1.3
- 1.0.0
- 0.8.0
- 0.7.2
Changelog
2.0.0 (2020-12-14)
⚠ BREAKING CHANGES
- use microgenerator. See Migration Guide . (#239)
Features
1.1.0 (2020-08-26)
Features
Documentation
1.0.0 (2020-05-13)
Features
0.8.0 (2020-03-26)
Features
-
dialogflow:add
MediaContent
,BrowseCarouselCard
,ColumnProperties
in v2; addSpeechContext
,SpeechWordInfo
in v2; addenable_word_info
,speech_contexts
,model
to InputAudioConfig in v2; addsubtitles
toIntent.Message.ListSelect
inv2beta1
; addlanguage_code
toListKnowledgeBase
in v2beta1; addwebhook_headers
toQueryParameters
in v2beta1 ( #175 ) ( 713846b ) -
add validation support to v2; add
output_audio_config_mask
todetect_intent
method in v2beta1 and v2; add sub agent to v2beta1 (via synth) ( #179 ) ( 5a6f18e )
0.7.2 (2019-10-18)
Bug Fixes
0.7.1 (2019-10-17)
Bug Fixes
0.7.0 (2019-10-16)
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
0.6.0
05-06-2019 1:34 PST
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 )
0.5.2
12-18-2018 10:50 PST
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 )
0.4.0
- Regenerate v2beta1 endpoint
0.3.0
-
Regenerate v2 endpoint
-
Update documentation comments
0.2.0
New Features
- Add v2 Endpoint (#38)
Documentation
- Add sample readme, and sample agent (#15)
Internal / Testing Changes
- Fix typo (#16)