Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

feat: add support for service directory webhooks #210

Merged
merged 2 commits into from May 11, 2021

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 馃寛

Synth log will be available here:
https://source.cloud.google.com/results/invocations/86e74812-c02f-4f90-8e42-37c2aca2b51d/targets

  • To automatically regenerate this PR, check this box. (May take up to 24 hours.)

PiperOrigin-RevId: 372602458
Source-Link: googleapis/googleapis@3e32fd1
PiperOrigin-RevId: 372385924
Source-Link: googleapis/googleapis@0506eca

PiperOrigin-RevId: 372385924

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu May 6 11:25:33 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 0506eca9c02abc87d927bc17a9f8b8643ef1c1e9
Source-Link: googleapis/googleapis@0506eca
PiperOrigin-RevId: 372602458

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri May 7 12:07:49 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 3e32fd102910803198332eb5039cbc0b6dee9850
Source-Link: googleapis/googleapis@3e32fd1
@yoshi-automation yoshi-automation requested a review from a team as a code owner May 7, 2021 23:19
@product-auto-label product-auto-label bot added the api: dialogflow Issues related to the googleapis/java-dialogflow-cx API. label May 7, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label May 7, 2021
@codecov
Copy link

codecov bot commented May 7, 2021

Codecov Report

Merging #210 (fc1889f) into master (ae769cb) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #210   +/-   ##
=========================================
  Coverage     76.74%   76.74%           
  Complexity     1958     1958           
=========================================
  Files           168      168           
  Lines         13668    13668           
  Branches        130      130           
=========================================
  Hits          10490    10490           
  Misses         2948     2948           
  Partials        230      230           

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update ae769cb...fc1889f. Read the comment docs.

@Neenu1995 Neenu1995 changed the title [CHANGE ME] Re-generated to pick up changes from googleapis. feat: add support for service directory webhooks May 11, 2021
@Neenu1995 Neenu1995 added the automerge Merge the pull request once unit tests and other checks pass. label May 11, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 0ae811a into master May 11, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the autosynth-googleapis branch May 11, 2021 23:34
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 11, 2021
gcf-merge-on-green bot pushed a commit that referenced this pull request May 31, 2021
馃 I have created a release \*beep\* \*boop\*
---
## [0.7.0](https://www.github.com/googleapis/java-dialogflow-cx/compare/v0.6.1...v0.7.0) (2021-05-31)


### Features

* add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#217](https://www.github.com/googleapis/java-dialogflow-cx/issues/217)) ([b53b2f2](https://www.github.com/googleapis/java-dialogflow-cx/commit/b53b2f222680b46f87943f9ab7099070910fc1b1))
* add export / import flow API ([b29dfea](https://www.github.com/googleapis/java-dialogflow-cx/commit/b29dfea9e09d6852caf78eacdc45a7feb0c79370))
* add support for service directory webhooks ([#210](https://www.github.com/googleapis/java-dialogflow-cx/issues/210)) ([0ae811a](https://www.github.com/googleapis/java-dialogflow-cx/commit/0ae811ac66d6720d5d6d13eda8b124a2bf8f14a2))
* added API for continuous test ([#220](https://www.github.com/googleapis/java-dialogflow-cx/issues/220)) ([b96fc92](https://www.github.com/googleapis/java-dialogflow-cx/commit/b96fc9250224f72fa8a59c711e088b1b399ab277))
* added fallback option when restoring an agent ([#164](https://www.github.com/googleapis/java-dialogflow-cx/issues/164)) ([d38deef](https://www.github.com/googleapis/java-dialogflow-cx/commit/d38deefc49b6fd2bd805748c4046691dbeb3964d))
* added fallback option when restoring an agent ([#166](https://www.github.com/googleapis/java-dialogflow-cx/issues/166)) ([f745beb](https://www.github.com/googleapis/java-dialogflow-cx/commit/f745beb41ed7844909c7acd43235a490faefc619))
* allow to disable webhook invocation per request ([#156](https://www.github.com/googleapis/java-dialogflow-cx/issues/156)) ([17ff978](https://www.github.com/googleapis/java-dialogflow-cx/commit/17ff97848778900c946b13cca420cd7fd7d60a5d))
* allow to disable webhook invocation per request ([#158](https://www.github.com/googleapis/java-dialogflow-cx/issues/158)) ([60e5204](https://www.github.com/googleapis/java-dialogflow-cx/commit/60e520467e609a110467053bae2642c2a4b9e956))
* Expose supported languages of the agent ([#205](https://www.github.com/googleapis/java-dialogflow-cx/issues/205)) ([b29dfea](https://www.github.com/googleapis/java-dialogflow-cx/commit/b29dfea9e09d6852caf78eacdc45a7feb0c79370))
* include original user query in WebhookRequest and add GetTextCaseresult API ([#169](https://www.github.com/googleapis/java-dialogflow-cx/issues/169)) ([43cdc98](https://www.github.com/googleapis/java-dialogflow-cx/commit/43cdc986d04472760a42f61e8318090bd5565052))
* support setting current_page to resume sessions; expose transition_route_groups in flows and language_code in webhook ([#173](https://www.github.com/googleapis/java-dialogflow-cx/issues/173)) ([ac7eec7](https://www.github.com/googleapis/java-dialogflow-cx/commit/ac7eec7204eaa25bc4dd061d4006c6a34a71415b))


### Bug Fixes

* release scripts from issuing overlapping phases ([#180](https://www.github.com/googleapis/java-dialogflow-cx/issues/180)) ([7d4e099](https://www.github.com/googleapis/java-dialogflow-cx/commit/7d4e099dfe6081d5fa72c807241fe0df7be8e851))
* typo ([#178](https://www.github.com/googleapis/java-dialogflow-cx/issues/178)) ([ef6800b](https://www.github.com/googleapis/java-dialogflow-cx/commit/ef6800bbfa0cc9027bffad6aaacccb1902d182c1))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 ([#163](https://www.github.com/googleapis/java-dialogflow-cx/issues/163)) ([a3f793c](https://www.github.com/googleapis/java-dialogflow-cx/commit/a3f793c61aa6a08947c9c2ddcd1d45a276d40e68))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#175](https://www.github.com/googleapis/java-dialogflow-cx/issues/175)) ([45f31e7](https://www.github.com/googleapis/java-dialogflow-cx/commit/45f31e7068457c00a90bebd7be9620319d2634a7))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#181](https://www.github.com/googleapis/java-dialogflow-cx/issues/181)) ([7067d39](https://www.github.com/googleapis/java-dialogflow-cx/commit/7067d39be16f5a248c8bfb1f881404a052e5da28))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#202](https://www.github.com/googleapis/java-dialogflow-cx/issues/202)) ([a55e7af](https://www.github.com/googleapis/java-dialogflow-cx/commit/a55e7af7c5ab337d4db25b646ba50e5ab4290d47))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.1.0 ([#212](https://www.github.com/googleapis/java-dialogflow-cx/issues/212)) ([8d6c4ef](https://www.github.com/googleapis/java-dialogflow-cx/commit/8d6c4efeb97e35056f1cd83870e1e0c3c8f07699))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#216](https://www.github.com/googleapis/java-dialogflow-cx/issues/216)) ([79e5071](https://www.github.com/googleapis/java-dialogflow-cx/commit/79e507163cc166663d4678e22141e82e0df3cf9b))


### Documentation

* clarified experiment length ([f745beb](https://www.github.com/googleapis/java-dialogflow-cx/commit/f745beb41ed7844909c7acd43235a490faefc619))
* clarified experiment length ([d38deef](https://www.github.com/googleapis/java-dialogflow-cx/commit/d38deefc49b6fd2bd805748c4046691dbeb3964d))
* Update docs on Pages, Session, Version, etc. ([b29dfea](https://www.github.com/googleapis/java-dialogflow-cx/commit/b29dfea9e09d6852caf78eacdc45a7feb0c79370))
* **v3beta1:** clarified documentation for security settings ([f42002c](https://www.github.com/googleapis/java-dialogflow-cx/commit/f42002ce744e96c80902a4476806496d155652a2))
* **v3beta1:** clarified documentation for session parameters ([f42002c](https://www.github.com/googleapis/java-dialogflow-cx/commit/f42002ce744e96c80902a4476806496d155652a2))
* **v3:** clarified documentation for security settings ([#215](https://www.github.com/googleapis/java-dialogflow-cx/issues/215)) ([f42002c](https://www.github.com/googleapis/java-dialogflow-cx/commit/f42002ce744e96c80902a4476806496d155652a2))
* **v3:** clarified documentation for session parameters ([f42002c](https://www.github.com/googleapis/java-dialogflow-cx/commit/f42002ce744e96c80902a4476806496d155652a2))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: dialogflow Issues related to the googleapis/java-dialogflow-cx API. cla: yes This human has signed the Contributor License Agreement. context: full
Projects
None yet
2 participants