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

feat: added support for TelephonyTransferCall in Participant ResponseMessage #736

Merged
merged 4 commits into from Oct 14, 2021

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Sep 30, 2021

  • Regenerate this pull request now.

PiperOrigin-RevId: 399792725

Source-Link: googleapis/googleapis@ee3c7eb

Source-Link: https://github.com/googleapis/googleapis-gen/commit/9203bde6e7a4a47aaacb1401e72a24172dc71d22
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTIwM2JkZTZlN2E0YTQ3YWFhY2IxNDAxZTcyYTI0MTcyZGM3MWQyMiJ9

…Message

PiperOrigin-RevId: 399792725

Source-Link: googleapis/googleapis@ee3c7eb

Source-Link: googleapis/googleapis-gen@9203bde
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTIwM2JkZTZlN2E0YTQ3YWFhY2IxNDAxZTcyYTI0MTcyZGM3MWQyMiJ9
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner September 30, 2021 02:50
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 30, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 30, 2021
@product-auto-label product-auto-label bot added the api: dialogflow Issues related to the googleapis/java-dialogflow API. label Sep 30, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 30, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 30, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 30, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 30, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 30, 2021
@chanseokoh chanseokoh added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 5, 2021
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Oct 5, 2021
@suztomo
Copy link
Member

suztomo commented Oct 14, 2021

Error:  COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
Error:  /home/runner/work/java-dialogflow/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentName.java:[109,27] method ofProjectAgentName(java.lang.String) is already defined in class com.google.cloud.dialogflow.v2beta1.AgentName
Error:  /home/runner/work/java-dialogflow/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentName.java:[130,27] method ofProjectLocationAgentName(java.lang.String,java.lang.String) is already defined in class com.google.cloud.dialogflow.v2beta1.AgentName
Error:  /home/runner/work/java-dialogflow/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentName.java:[108,3] java.lang.Deprecated is not a repeatable annotation type
Error:  /home/runner/work/java-dialogflow/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentName.java:[129,3] java.lang.Deprecated is not a repeatable annotation type
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Google Cloud Dialog Flow API Parent 4.1.7-SNAPSHOT . SUCCESS [  3.347 s]
[INFO] proto-google-cloud-dialogflow-v2 4.1.7-SNAPSHOT .... SUCCESS [  4.413 s]
[INFO] proto-google-cloud-dialogflow-v2beta1 0.99.7-SNAPSHOT FAILURE [ 11.330 s]
[INFO] grpc-google-cloud-dialogflow-v2beta1 0.99.7-SNAPSHOT SKIPPED
[INFO] grpc-google-cloud-dialogflow-v2 4.1.7-SNAPSHOT ..... SUCCESS [  1.813 s]
[INFO] Google Cloud Dialog Flow API 4.1.7-SNAPSHOT ........ SKIPPED
[INFO] Google Cloud Dialogflow BOM 4.1.7-SNAPSHOT ......... SUCCESS [  3.341 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.493 s (Wall Clock)
[INFO] Finished at: 2021-10-13T04:05:11Z
[INFO] ------------------------------------------------------------------------

@Neenu1995 Neenu1995 added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 14, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 14, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 14, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 14, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 14, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 14, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 14, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 14, 2021
@Neenu1995 Neenu1995 added the automerge Merge the pull request once unit tests and other checks pass. label Oct 14, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit d94ab52 into main Oct 14, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the owl-bot-efae4a13-2c8b-40ac-86f6-045d8c8db3a1 branch October 14, 2021 22:32
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 14, 2021
gcf-merge-on-green bot pushed a commit that referenced this pull request Oct 21, 2021
🤖 I have created a release \*beep\* \*boop\*
---
## [4.2.0](https://www.github.com/googleapis/java-dialogflow/compare/v4.1.7...v4.2.0) (2021-10-21)


### Features

* added support for TelephonyTransferCall in Participant ResponseMessage ([#736](https://www.github.com/googleapis/java-dialogflow/issues/736)) ([d94ab52](https://www.github.com/googleapis/java-dialogflow/commit/d94ab525a256da701eba66e5b42b83d1b8a1b01b))


### Dependencies

* update dependency com.google.cloud:google-cloud-core to v2.1.8 ([#749](https://www.github.com/googleapis/java-dialogflow/issues/749)) ([dba1478](https://www.github.com/googleapis/java-dialogflow/commit/dba14789e459ab05be92763b3cb49e59524edc64))
* update dependency com.google.cloud:google-cloud-core to v2.2.0 ([#751](https://www.github.com/googleapis/java-dialogflow/issues/751)) ([c473f05](https://www.github.com/googleapis/java-dialogflow/commit/c473f05be1c96101d0675ec436ce7b9b3aaefe54))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.4.0 ([#752](https://www.github.com/googleapis/java-dialogflow/issues/752)) ([55bd28f](https://www.github.com/googleapis/java-dialogflow/commit/55bd28fc2269d7800afe9620884cbaef053f7f2d))


### Documentation

* clarified meaning of the legacy editions docs: clarified semantic of the streaming APIs ([#753](https://www.github.com/googleapis/java-dialogflow/issues/753)) ([df1d5e0](https://www.github.com/googleapis/java-dialogflow/commit/df1d5e08908c42006d160b749a9ca85db6b9a3fc))
* recommend AnalyzeContent for future users ([#743](https://www.github.com/googleapis/java-dialogflow/issues/743)) ([866ca0f](https://www.github.com/googleapis/java-dialogflow/commit/866ca0fa1808b0b09fdd75148c64f0fb7f3cf86a))
* recommend AnalyzeContent for future users ([#745](https://www.github.com/googleapis/java-dialogflow/issues/745)) ([987bfb1](https://www.github.com/googleapis/java-dialogflow/commit/987bfb18fe22cbb48b462309202b9c664786e54d))
* **sample:** adds new list training phrases sample ([#742](https://www.github.com/googleapis/java-dialogflow/issues/742)) ([10b4f32](https://www.github.com/googleapis/java-dialogflow/commit/10b4f32b5049fc6c25cc1217908126397fe17fd9))
---


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 API. cla: yes This human has signed the Contributor License Agreement. owl-bot-copy
Projects
None yet
4 participants