Nodejs Dialogflow Versions Save

Node.js client for Dialogflow: Design and integrate a conversational user interface into your applications and devices.

v4.3.0

2 years ago

Features

  • expose Locations service to get/list avaliable locations of Dialogflow products; fixed some API annotations (#860) (05ea702)

Bug Fixes

v4.2.0

2 years ago

Features

  • Expose Locations service to get/list avaliable locations of Dialogflow products docs: reorder some fields (#857) (4ffc775)

v4.1.4

2 years ago

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)

v4.1.3

2 years ago

Bug Fixes

  • Updating WORKSPACE files to use the newest version of the Typescript generator. (#842) (ecaa1d9)

v4.1.2

2 years ago

Bug Fixes

v4.1.1

2 years ago

Bug Fixes

v4.1.0

2 years ago

Features

  • added Automated agent reply type and allow cancellation flag for partial response feature (#825) (5b128d9)

v4.0.0

2 years ago

⚠ 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

  • helper agentPath becomes projectAgentPath (fa42037)
  • helper entityTypePath becomes projectAgentEntityTypePath (fa42037)
  • helper intentPath becomes projectAgentIntentPath (fa42037)

v3.5.0

3 years ago

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

3 years ago

⚠ 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)

Bug Fixes

  • browser: check for fetch on window (#718) (fb28879)
  • do not modify options object, use defaultScopes (#706) (95a938d)
  • remove MixedAudio (a93fa71)
  • removed ImportAgentResponse which was not ready for use yet (e0d9fa6)