Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Releases: googleapis/python-dialogflow-cx

v1.1.1

26 Jul 13:47
98daf85

Choose a tag to compare

Bug Fixes

v1.1.0

22 Jul 18:47
1a4228f

Choose a tag to compare

Features

  • add Samples section to CONTRIBUTING.rst (#129) (19238ad)

Bug Fixes

  • deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#128) (fbe63e8)

v1.0.0

01 Jul 18:03
d41bdaa

Choose a tag to compare

Features

  • bump release level to production/stable (#88) (47739f9)

v0.8.0

30 Jun 12:02
5072e50

Choose a tag to compare

Features

  • add always_use_jwt_access (3550fa7)
  • add return_partial response to Fulfillment (3550fa7)
  • mark agent.default_language_code as required (3550fa7)

Bug Fixes

Documentation

  • add notes to train agent before sending queries (3550fa7)
  • added notes to train agent before sending queries (#111) (8a53800)
  • omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) (#110) (40974f5), closes #1126

v0.7.1

16 Jun 16:02
8926188

Choose a tag to compare

Bug Fixes

v0.7.0

16 Jun 11:47
699c608

Choose a tag to compare

Features

  • v3beta1: Support partial response feature (5e21ed4)
  • v3beta1: support sentiment analysis in bot testing (#100) (f24f302)

Bug Fixes

  • exclude docs and tests from package (#104) (2ddb70b)
  • v3beta1: Set agent default language code as required (#103) (5e21ed4)

Documentation

  • v3beta1: Update docs of Agents, Fulfillments, SecuritySettings and Sessions (5e21ed4)

v0.6.0

07 Jun 18:47
fdd1a9e

Choose a tag to compare

Features

  • support sentiment analysis in bot testing (#98) (db258bc)

v0.5.0

01 Jun 11:17
f8e3606

Choose a tag to compare

Features

  • add export / import flow API (20df7c3)
  • add support for service directory webhooks (20df7c3)
  • added API for continuous test (#91) (81d4f53)
  • added API for running continuous test (#94) (cc30fa3)
  • added fallback option when restoring an agent (20df7c3)
  • Expose supported languages of the agent; (20df7c3)
  • include original user query in WebhookRequest; add GetTextCaseresult API. (20df7c3)
  • support self-signed JWT flow for service accounts (20df7c3)

Bug Fixes

  • add async client to %name_%version/init.py (20df7c3)
  • require google-api-core>=1.22.2 (3440f18)
  • v3: BREAKING rename UserInput.input_ to UserInput.input (#58) (3440f18)

Documentation

  • clarified documentation for security settings docs: clarified documentation for session parameters (#89) (750a055)
  • clarified documentation for security settings docs: clarified documentation for session parameters (#90) (c1c0fb9)
  • clarified experiment length (20df7c3)
  • clarify resource format for session response. (20df7c3)
  • Update docs on Pages, Session, Version, etc. (20df7c3)

v0.4.1

08 Mar 16:18
aeb1ce9

Choose a tag to compare

Documentation

v0.4.0

05 Mar 00:48
39c1af0

Choose a tag to compare

Features

  • add from_service_account_info factory (d9bd192)
  • Add new Experiment service (d9bd192)
  • added support for test cases and agent validation (d9bd192)
  • allow to disable webhook invocation per request (d9bd192)
  • supports SentimentAnalysisResult in webhook request (d9bd192)

Documentation