2.9.1 (2021-10-04)
2.9.0 (2021-09-30)
- improper types in pagers generation (814055d)
2.8.1 (2021-09-29)
- add 'dict' annotation type to 'request' (12b4f60)
2.8.0 (2021-09-08)
- add language code to streaming recognition result (ad896f7)
- add time zone and security settings to conversation profile (ad896f7)
- expose
Locationsservice to get/list avaliable locations of Dialogflow products (#364) (ad896f7)
- clarified some LRO types (#387) (3ca0f58)
- fix validation result docs (ad896f7)
- samples: add region tags to update intent sample (#382) (8497101)
- samples: add set agent code sample (#370) (f997336)
- samples: add update intent code sample (#357) (fab916f)
- update agent docs (ad896f7)
- update entity type docs (ad896f7)
- update environment docs (ad896f7)
- update intent docs (ad896f7)
2.7.1 (2021-07-26)
2.7.0 (2021-07-22)
2.6.0 (2021-07-10)
- disable always_use_jwt_access (9bf371d)
2.5.0 (2021-06-26)
- added Automated agent reply type and allow cancellation flag for partial response feature (#314) (5dfd375)
- v2beta1: added Automated agent reply type and allow cancellation flag for partial response feature (#311) (1d34763)
- added notes to train agent prior to sending queries (#319) (37dece2)
- omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) (#316) (55fcb9d)
- update comment in ListSuggestions to use absolute URL for /apis/design/design_patterns (#313) (99d8897)
2.4.0 (2021-05-25)
- add a field to indicate whether slot filling is cancelled (#304) (3343504)
- v2beta1: add a field to indicate whether slot filling is cancelled (#306) (05be019)
2.3.0 (2021-05-19)
- added location-aware HTTP path binding for ListIntents feat: exposed match confidence and parameter in AnalyzeContentResponse feat: added DTMF and PARTIAL DTMF type in recognition result (#298) (e52e9c0)
2.2.0 (2021-05-16)
- added Fulfillment service (1b39fc0)
- added location in some resource patterns (1b39fc0)
- added location-aware HTTP path binding for ListIntents (#294) (1f71e77)
- added more Environment RPCs (1b39fc0)
- added TextToSpeechSettings. (1b39fc0)
- added Versions service (1b39fc0)
- support self-signed JWT flow for service accounts (1b39fc0)
- add async client to %name_%version/init.py (1b39fc0)
- deps: add packaging requirement (#293) (a9f970c)
- removed incorrect resource annotation for UpdateEnvironmentRequest. (1b39fc0)
2.1.2 (2021-04-13)
2.1.1 (2021-04-12)
- remove
input_audiofield from AnalyzeContentRequest from v2/v2beta1 (06381fc) - remove proto message CreateCallMatcherRequest, CreateCallMatcherResponse, ListCallMatchersRequest, ListCallMatchersResponse, DeleteCallMatcherRequest, DeleteCallMatcherResponse, CallMatcher, StreamingAnalyzeContentRequest, StreamingAnalyzeContentResponse, AudioInput from v2/v2beta1, TelephonyDtmfEvents, TelephonyDtmf from v2 (06381fc)
- remove resource_reference for invisible resources (06381fc)
- Remove resource_reference from UpdateAnswerRecord (06381fc)
- remove rpc or fields that are unintended to release (#264) (06381fc)
- remove StreamingAnalyzeContent, CreateCallMatcher, ListCallMatchers, DeleteCallMatcher rpc from v2/v2beta1 (06381fc)
2.1.0 (2021-03-10)
- add sample code for using regional Dialogflow endpoint (#254) (230bb4e)
- Add CCAI API (#259) (f383bb9)
- add additional_bindings to Dialogflow v2beta1 ListIntents API (#259) (f383bb9)
- add additional_bindings to Dialogflow v2 ListIntents API (#259) (f383bb9)
- Add from_service_account_info factory (#259) (f383bb9)
- clarified voice selection params names (#259) (f383bb9)
- update comments on parameters and validation result. (#259) (f383bb9)
2.0.0 (2020-12-14)
- use microgenerator. See Migration Guide. (#239)
1.1.0 (2020-08-26)
1.0.0 (2020-05-13)
0.8.0 (2020-03-26)
- dialogflow: add
MediaContent,BrowseCarouselCard,ColumnPropertiesin v2; addSpeechContext,SpeechWordInfoin v2; addenable_word_info,speech_contexts,modelto InputAudioConfig in v2; addsubtitlestoIntent.Message.ListSelectinv2beta1; addlanguage_codetoListKnowledgeBasein v2beta1; addwebhook_headerstoQueryParametersin v2beta1 (#175) (713846b) - add validation support to v2; add
output_audio_config_masktodetect_intentmethod in v2beta1 and v2; add sub agent to v2beta1 (via synth) (#179) (5a6f18e)
0.7.2 (2019-10-18)
0.7.1 (2019-10-17)
0.7.0 (2019-10-16)
-
- 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
- Add Google Hangouts to
Message.Platformenum
- 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
05-06-2019 1:34 PST
- 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)
- Add argument output_audio_config to detect_intent. (#123)
- Add update_knowledge_base method. (#123)
- Add update_document and reload_document methods. (#123)
- Change copyright year to 2019. (#123)
- Use mock to patch create_channel in unit tests. (#123)
12-18-2018 10:50 PST
- 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)
- 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)
- Regenerate v2beta1 endpoint
- Regenerate v2 endpoint
- Update documentation comments
- Add v2 Endpoint (#38)
- Add sample readme, and sample agent (#15)
- Fix typo (#16)