This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
Releases: googleapis/nodejs-dialogflow
Releases · googleapis/nodejs-dialogflow
@google-cloud/dialogflow v4.3.0
@google-cloud/dialogflow v4.2.0
@google-cloud/dialogflow v4.1.4
Bug Fixes
- fix validation result docs feat: add language code to streaming recognition result docs: update environment docs (#853) (d2eb1bd)
- fix validation result docs feat: add language code to streaming recognition result feat: add time zone and security settings to conversation profile docs: update agent docs docs: update entity type docs docs: update intent docs (#854) (cda7ff3)
@google-cloud/dialogflow v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.0
⚠ BREAKING CHANGES
- helper agentPath becomes projectAgentPath
- helper intentPath becomes projectAgentIntentPath
- helper entityTypePath becomes projectAgentEntityTypePath
- remove unused proto InputText, InputAudio (#796)
Features
- added Fulfillment service (fa42037)
- added more Environment RPCs (fa42037)
- added TextToSpeechSettings. (fa42037)
- added Versions service (fa42037)
Bug Fixes
- deps: require google-gax v2.12.0 (#812) (0ecd65c)
- remove unused proto InputText, InputAudio (#796) (4f6f7d6)
Code Refactoring
v3.5.0
Features
- expose MP3_64_KBPS and MULAW for output audio encodings. (b07f89d)
- expose MP3_64_KBPS and MULAW for output audio encodings. (b07f89d)
Bug Fixes
- Add all missing regional HTTP bindings in DF API. (b07f89d)
- remove
input_audio
field from AnalyzeContentRequest from v2/v2beta1 (b07f89d) - remove proto message CreateCallMatcherRequest, CreateCallMatcherResponse, ListCallMatchersRequest, ListCallMatchersResponse, DeleteCallMatcherRequest, DeleteCallMatcherResponse, CallMatcher, StreamingAnalyzeContentRequest, StreamingAnalyzeContentResponse, AudioInput from v2/v2beta1, TelephonyDtmfEvents, TelephonyDtmf from v2 (b07f89d)
- remove resource_reference for invisible resources. (b07f89d)
- Remove resource_reference from UpdateAnswerRecord. (b07f89d)
- remove rpc or fields that are unintended to release (b07f89d)
- remove StreamingAnalyzeContent, CreateCallMatcher, ListCallMatchers, DeleteCallMatcher rpc from v2/v2beta1 (b07f89d)
v3.4.0
⚠ BREAKING CHANGES
- removed ImportAgentResponse which was not ready for use yet
Features
- add additional_bindings to Dialogflow v2 ListIntents API docs: update copyrights and session docs (66cd3a5)
- add additional_bindings to Dialogflow v2beta1 ListIntents API docs: update copyrights and session docs (66cd3a5)
- add CCAI API (a93fa71)
- added support for regionalization for document API (#722) (b6f5738)
- adds style enum (72bb3ae)
- allowed custom to specify webhook headers through query parameters (#724) (a7f784a)