Changelog

1.7.0 (2021-11-12)

Features

  • allow setting custom CA for generic webhooks ( #207 ) ( 441d66b )

Documentation

  • samples:added comment to webhook sample ( #211 ) ( 4d36e31 )

1.6.0 (2021-11-05)

Features

  • add support for python 3.10 ( #192 ) ( 527b679 )

  • v3:added API for changelogs ( #197 ) ( 4f41653 )

  • v3beta1:added API for changelogs ( #198 ) ( 484e13a )

  • v3beta1:added support for comparing between versions ( #202 ) ( b8e16f8 )

Bug Fixes

  • deps:drop packaging dependency ( c44582e )

  • deps:require google-api-core >= 1.28.0 ( c44582e )

Documentation

  • list oneofs in docstring ( c44582e )

  • samples:add voice selection ( #184 ) ( 778b86f )

  • samples:added webhook sample ( #169 ) ( 74cfc9a )

  • samples:adds list training phrases sample ( #196 ) ( dfefa4e )

  • v3beta1:clarified security settings API reference ( b8e16f8 )

  • v3:clarified semantic of the streaming APIs ( 4f41653 )

1.5.0 (2021-10-11)

Features

  • add context manager support in client ( #187 ) ( 70d4776 )

1.4.0 (2021-10-05)

Features

  • expose dtmf input info in the query result ( #181 ) ( e44d0ce )

  • exposed DTMF input info in the query result ( 1383bf8 )

  • v3:added deployment API ( #182 ) ( 1383bf8 )

  • v3beta1:added support for DeployFlow api under Environments ( 977e2aa )

  • v3beta1:added support for Deployments with ListDeployments and GetDeployment apis ( #177 ) ( 977e2aa )

  • v3beta1:added support for TestCasesConfig under Environment ( 977e2aa )

Bug Fixes

  • improper types in pagers generation ( 615718b )

  • v3beta1:marked resource name of security setting as not-required ( 977e2aa )

Documentation

  • added notes on long running operation ( 1383bf8 )

  • v3beta1:added long running operation explanation for several apis ( 977e2aa )

1.3.2 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ ( 96021b9 )

Documentation

1.3.1 (2021-08-31)

Documentation

  • v3beta1:clarified LRO types ( #161 ) ( dd2b2fd )

  • v3beta1:fixed incorrect update mask descriptions ( dd2b2fd )

1.3.0 (2021-08-27)

Features

  • v3:added support for DLP templates ( #144 ) ( c74e3ac )

  • v3beta1:added support for DLP templates ( #143 ) ( 7efb89c )

  • v3beta1:expose Locations service to get/list avaliable locations of Dialogflow products ( 7efb89c )

  • v3:expose Locations service to get/list avaliable locations of Dialogflow products ( c74e3ac )

Documentation

1.2.0 (2021-08-02)

Features

  • v3:add advanced settings for agent level ( #137 ) ( 24ef477 )

  • v3:add insights export settings for security setting ( 24ef477 )

  • v3:add language code for streaming recognition result and flow versions for query parameters ( 24ef477 )

  • v3:add rollout config, state and failure reason for experiment ( 24ef477 )

  • v3beta1:add advanced settings for agent level ( #138 ) ( 96141a1 )

  • v3beta1:add insights export settings for security setting ( 96141a1 )

  • v3beta1:add language code for streaming recognition result and flow versions for query parameters ( 96141a1 )

  • v3beta1:add rollout config, state and failure reason for experiment ( 96141a1 )

Documentation

  • v3beta1:deprecate legacy logging settings ( 96141a1 )

  • v3:deprecate legacy logging settings ( 24ef477 )

1.1.1 (2021-07-24)

Bug Fixes

1.1.0 (2021-07-22)

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 )

1.0.0 (2021-06-30)

Features

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

0.8.0 (2021-06-30)

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

0.7.1 (2021-06-16)

Bug Fixes

0.7.0 (2021-06-16)

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 )

0.6.0 (2021-06-07)

Features

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

0.5.0 (2021-05-28)

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 )

0.4.1 (2021-03-07)

Documentation

0.4.0 (2021-03-05)

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

0.3.0 (2021-01-29)

Features

  • add experiments API ( #36 ) ( 5381512 )

  • allowed custom to specify webhook headers through query parameters ( #32 ) ( 09919b0 )

  • allowed custom to specify webhook headers through query parameters ( #32 ) ( 09919b0 )

Bug Fixes

  • remove gRPC send/recv limit; add enums to types/__init__.py ( 09919b0 )

0.2.0 (2020-12-07)

Features

0.1.1 (2020-11-17)

Bug Fixes

  • corrects the repo/homepage link ( #15 ) ( c26852d )

Documentation

  • samples:add initial sample codes ( #13 ) ( b590308 ), closes #12

0.1.0 (2020-08-24)

Features

Create a Mobile Website
View Site in Mobile | Classic
Share by: