Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: migrate code from googleapis/java-dialogflow-cx #7435

Merged
merged 74 commits into from
Nov 17, 2022

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    0a5d868 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    349c6b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9683553 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. samples: add samples for Dialogflow CX (#15)

    * Add sample codes.
    
    Add the sample codes for the following method:
    - CreateFlow
    - CreatePage
    - CreateIntent
    - DetectIntent
    - StreamingDetectIntent
    
    * Small fix to header
    
    Small fix to header to pass lint
    
    * Fix package name
    
    Fix package format.
    
    * Add tests for sample codes.
    
    Add tests for sample codes per change request.
    
    * Fix lint error.
    
    Change the location of variable declarations.
    
    * Exclude new dependencies from the region tag
    
    Exclude new dependencies from the region tag
    
    * Add integration tests for sample codes.
    
    Add integration tests for sample codes.
    
    * Change env vars and package based on comments
    
    Change the env variables and package names based on comments. Remove DIALOGFLOW_CX_AGENT_ID from Kokora configs.
    
    * Refactor code and move clean up logics
    
    * Change output stream
    
    Avoid setting output stream to null to enable tests to run in parallel.
    
    * Get audio transcript for test
    jessiexjiang27 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    01ee354 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. chore(deps): update dependency com.google.cloud.samples:shared-config…

    …uration to v1.0.21 (#37)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud.samples:shared-configuration](com/google/cloud/samples/shared-configuration) | patch | `1.0.18` -> `1.0.21` |
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    5ada7f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.1.2 (#33)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | patch | `0.1.0` -> `0.1.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.1.2`](https://togithub.com/googleapis/java-dialogflow-cx/blob/master/CHANGELOG.md#&#8203;012-httpswwwgithubcomgoogleapisjava-dialogflow-cxcomparev011v012-2020-10-08)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.1.1...v0.1.2)
    
    ### [`v0.1.1`](https://togithub.com/googleapis/java-dialogflow-cx/blob/master/CHANGELOG.md#&#8203;011-httpswwwgithubcomgoogleapisjava-dialogflow-cxcomparev010v011-2020-09-23)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.1.0...v0.1.1)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    ebb8906 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    605a516 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. test(deps): update dependency com.google.truth:truth to v1.1 (#56)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.truth:truth](com/google/truth/truth) | minor | `1.0.1` -> `1.1` |
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    1656f00 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    a38ea5e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    ea77718 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.4.0 (#86)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | minor | `0.3.1` -> `0.4.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.4.0`](https://togithub.com/googleapis/java-dialogflow-cx/blob/master/CHANGELOG.md#&#8203;040-httpswwwgithubcomgoogleapisjava-dialogflow-cxcomparev031v040-2020-11-13)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.3.1...v0.4.0)
    
    ##### Features
    
    -   add v3 client ([#&#8203;74](https://www.github.com/googleapis/java-dialogflow-cx/issues/74)) ([f1c6142](https://www.github.com/googleapis/java-dialogflow-cx/commit/f1c614229b458d18d1f631edb9a69b087a8ebbba))
    -   expose matched event in Sessions API. ([#&#8203;83](https://www.github.com/googleapis/java-dialogflow-cx/issues/83)) ([22344ef](https://www.github.com/googleapis/java-dialogflow-cx/commit/22344ef0df7361dcb56b0b34d369b30b5bf482bd))
    
    ##### [0.3.1](https://www.github.com/googleapis/java-dialogflow-cx/compare/v0.3.0...v0.3.1) (2020-11-11)
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v0.15.0 ([#&#8203;76](https://www.github.com/googleapis/java-dialogflow-cx/issues/76)) ([4f0bff4](https://www.github.com/googleapis/java-dialogflow-cx/commit/4f0bff488e4155e1ad1255503c497db932d4d7d8))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    092858e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. samples: add sample code to query regional Dialogflow CX agent (#100)

    * samples: add sample code to query regional Dialogflow CX agent
    
    Add logic to query regional Dialogflow CX endpoint for the following methods:
    - CreateFlow
    - CreateIntent
    - CreatePage
    - DetectIntent
    - DetectIntentStream
    
    * Fix: use equals instead of == for string comparison
    jessiexjiang27 authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    71bb6bb View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.4.1 (#102)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | patch | `0.4.0` -> `0.4.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.4.1`](https://togithub.com/googleapis/java-dialogflow-cx/blob/master/CHANGELOG.md#&#8203;041-httpswwwgithubcomgoogleapisjava-dialogflow-cxcomparev040v041-2020-12-02)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.4.0...v0.4.1)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    3ab5f10 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.5.0 (#115)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | minor | `0.4.1` -> `0.5.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.5.0`](https://togithub.com/googleapis/java-dialogflow-cx/blob/master/CHANGELOG.md#&#8203;050-httpswwwgithubcomgoogleapisjava-dialogflow-cxcomparev041v050-2020-12-15)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.4.1...v0.5.0)
    
    ##### Features
    
    -   allowed custom to specify webhook headers through query parameters ([#&#8203;109](https://www.github.com/googleapis/java-dialogflow-cx/issues/109)) ([329b306](https://www.github.com/googleapis/java-dialogflow-cx/commit/329b306505d291dc9f7b3e9832adf20d0abc30a8))
    
    ##### Bug Fixes
    
    -   change location in IT to be 'global' ([#&#8203;103](https://www.github.com/googleapis/java-dialogflow-cx/issues/103)) ([4053872](https://www.github.com/googleapis/java-dialogflow-cx/commit/405387236262b9d04b074304f78f1cc1da4b662b))
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.1 ([e0830ab](https://www.github.com/googleapis/java-dialogflow-cx/commit/e0830ab54843fce058aa9bdcf0e228e7c5b827fb))
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v0.17.0 ([#&#8203;114](https://www.github.com/googleapis/java-dialogflow-cx/issues/114)) ([772e3e6](https://www.github.com/googleapis/java-dialogflow-cx/commit/772e3e616d169e7ca496d80a49b46d272169ada8))
    
    ##### [0.4.1](https://www.github.com/googleapis/java-dialogflow-cx/compare/v0.4.0...v0.4.1) (2020-12-02)
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.0 ([#&#8203;96](https://www.github.com/googleapis/java-dialogflow-cx/issues/96)) ([a3522ae](https://www.github.com/googleapis/java-dialogflow-cx/commit/a3522ae87ffdc09d26a6b97669b6bb2f86df5eb9))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    09a0bd5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. test(deps): update dependency junit:junit to v4.13.2 (#140)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [junit:junit](http://junit.org) ([source](https://togithub.com/junit-team/junit4)) | `4.13.1` -> `4.13.2` | [![age](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/compatibility-slim/4.13.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/confidence-slim/4.13.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    17fbd89 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    f6ba71a View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.6.0 (#148)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.5.0` -> `0.6.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.6.0/compatibility-slim/0.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.6.0/confidence-slim/0.5.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.6.0`](https://togithub.com/googleapis/java-dialogflow-cx/blob/master/CHANGELOG.md#&#8203;060-httpswwwgithubcomgoogleapisjava-dialogflow-cxcomparev050v060-2021-02-25)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.5.0...v0.6.0)
    
    ##### Features
    
    -   add experiment and security settings API docs: update comments on parameters and agent ([#&#8203;124](https://www.github.com/googleapis/java-dialogflow-cx/issues/124)) ([06ee69a](https://www.github.com/googleapis/java-dialogflow-cx/commit/06ee69ac49cdd2f0cc6316e7613d120434dfb65f))
    -   Add new Experiment service ([a79149b](https://www.github.com/googleapis/java-dialogflow-cx/commit/a79149b73f3c74b7d35ec230702fc9f61c2ede3b))
    -   added support for test cases and agent validation ([#&#8203;141](https://www.github.com/googleapis/java-dialogflow-cx/issues/141)) ([a79149b](https://www.github.com/googleapis/java-dialogflow-cx/commit/a79149b73f3c74b7d35ec230702fc9f61c2ede3b))
    -   Support transition route group coverage for Test Cases ([a79149b](https://www.github.com/googleapis/java-dialogflow-cx/commit/a79149b73f3c74b7d35ec230702fc9f61c2ede3b))
    -   supports SentimentAnalysisResult in webhook request ([a79149b](https://www.github.com/googleapis/java-dialogflow-cx/commit/a79149b73f3c74b7d35ec230702fc9f61c2ede3b))
    
    ##### Bug Fixes
    
    -   don't log downloads ([#&#8203;143](https://www.github.com/googleapis/java-dialogflow-cx/issues/143)) ([7cfb674](https://www.github.com/googleapis/java-dialogflow-cx/commit/7cfb6749ede7e7b01d606e83b6ac414466d23378))
    -   RunTestCase http template. PHP REST client lib can be generated ([a79149b](https://www.github.com/googleapis/java-dialogflow-cx/commit/a79149b73f3c74b7d35ec230702fc9f61c2ede3b))
    -   update repo name ([#&#8203;138](https://www.github.com/googleapis/java-dialogflow-cx/issues/138)) ([5a6c5d1](https://www.github.com/googleapis/java-dialogflow-cx/commit/5a6c5d127d298c4d3acd5fdf13839c17b9f64d08))
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v0.19.0 ([#&#8203;127](https://www.github.com/googleapis/java-dialogflow-cx/issues/127)) ([0452e5c](https://www.github.com/googleapis/java-dialogflow-cx/commit/0452e5cc405d1fadf4d76f20d92db79375da7cd6))
    
    ##### Documentation
    
    -   fix languages link ([#&#8203;146](https://www.github.com/googleapis/java-dialogflow-cx/issues/146)) ([89f5b49](https://www.github.com/googleapis/java-dialogflow-cx/commit/89f5b49f8b973f626dbe76286b6cf8273d447837))
    -   generate sample code in the Java microgenerator ([a79149b](https://www.github.com/googleapis/java-dialogflow-cx/commit/a79149b73f3c74b7d35ec230702fc9f61c2ede3b))
    -   minor doc update on redact field in intent.proto and page.proto ([a79149b](https://www.github.com/googleapis/java-dialogflow-cx/commit/a79149b73f3c74b7d35ec230702fc9f61c2ede3b))
    -   minor updates in wording ([a79149b](https://www.github.com/googleapis/java-dialogflow-cx/commit/a79149b73f3c74b7d35ec230702fc9f61c2ede3b))
    -   test cases doc update ([a79149b](https://www.github.com/googleapis/java-dialogflow-cx/commit/a79149b73f3c74b7d35ec230702fc9f61c2ede3b))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    c17d188 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.6.1 (#154)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.6.0` -> `0.6.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.6.1/compatibility-slim/0.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.6.1/confidence-slim/0.6.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    5ea77f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. chore(deps): update dependency com.google.cloud.samples:shared-config…

    …uration to v1.0.22 (#172)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | com.google.cloud.samples:shared-configuration | `1.0.21` -> `1.0.22` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.22/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.22/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.22/compatibility-slim/1.0.21)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.22/confidence-slim/1.0.21)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    c0226c1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. test(deps): update dependency com.google.truth:truth to v1.1.3 (#223)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | com.google.truth:truth | `1.1.2` -> `1.1.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/compatibility-slim/1.1.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/confidence-slim/1.1.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored May 26, 2021
    Configuration menu
    Copy the full SHA
    5027260 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. chore(deps): update dependency com.google.cloud.samples:shared-config…

    …uration to v1.0.23 (#232)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | com.google.cloud.samples:shared-configuration | `1.0.22` -> `1.0.23` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.23/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.23/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.23/compatibility-slim/1.0.22)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.23/confidence-slim/1.0.22)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d51efdb View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    15ba4c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.8.0 (#251)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.7.0` -> `0.8.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.8.0/compatibility-slim/0.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.8.0/confidence-slim/0.7.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.8.0`](https://togithub.com/googleapis/java-dialogflow-cx/blob/master/CHANGELOG.md#&#8203;080-httpswwwgithubcomgoogleapisjava-dialogflow-cxcomparev070v080-2021-07-08)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.7.0...v0.8.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   Set agent default language code as required ([#&#8203;238](https://togithub.com/googleapis/java-dialogflow-cx/issues/238))
    
    ##### Features
    
    -   add return_partial response to Fulfillment ([a3432ed](https://www.github.com/googleapis/java-dialogflow-cx/commit/a3432ed7f9364d21a9b0bfd5e605dbe9feade2ea))
    -   added API for running continuous test ([#&#8203;226](https://www.github.com/googleapis/java-dialogflow-cx/issues/226)) ([97f71ab](https://www.github.com/googleapis/java-dialogflow-cx/commit/97f71abf7b6ffc6ea89dfdfdf1e7a7a0c79a0590))
    -   mark agent.default_language_code as required ([#&#8203;246](https://www.github.com/googleapis/java-dialogflow-cx/issues/246)) ([a3432ed](https://www.github.com/googleapis/java-dialogflow-cx/commit/a3432ed7f9364d21a9b0bfd5e605dbe9feade2ea))
    -   Support partial response feature ([d14161e](https://www.github.com/googleapis/java-dialogflow-cx/commit/d14161eb59c050b0a612a9c1aab3bab5c2166581))
    
    ##### Bug Fixes
    
    -   Add `shopt -s nullglob` to dependencies script ([#&#8203;1130](https://www.github.com/googleapis/java-dialogflow-cx/issues/1130)) ([#&#8203;245](https://www.github.com/googleapis/java-dialogflow-cx/issues/245)) ([ae502ce](https://www.github.com/googleapis/java-dialogflow-cx/commit/ae502ce2ddf4b22e22261aafa576068ed9039d01))
    -   Set agent default language code as required ([#&#8203;238](https://www.github.com/googleapis/java-dialogflow-cx/issues/238)) ([d14161e](https://www.github.com/googleapis/java-dialogflow-cx/commit/d14161eb59c050b0a612a9c1aab3bab5c2166581))
    
    ##### Documentation
    
    -   add notes to train agent before sending queries ([a3432ed](https://www.github.com/googleapis/java-dialogflow-cx/commit/a3432ed7f9364d21a9b0bfd5e605dbe9feade2ea))
    -   added notes to train agent before sending queries ([#&#8203;244](https://www.github.com/googleapis/java-dialogflow-cx/issues/244)) ([dbbc03f](https://www.github.com/googleapis/java-dialogflow-cx/commit/dbbc03f917bb4970c2838a35c639385b7725bece))
    -   Update docs of Agents, Fulfillments, SecuritySettings and Sessions ([d14161e](https://www.github.com/googleapis/java-dialogflow-cx/commit/d14161eb59c050b0a612a9c1aab3bab5c2166581))
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v1.3.0 ([#&#8203;229](https://www.github.com/googleapis/java-dialogflow-cx/issues/229)) ([06c8e0e](https://www.github.com/googleapis/java-dialogflow-cx/commit/06c8e0e9921916967e7d67174fc22016c42b925f))
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#&#8203;247](https://www.github.com/googleapis/java-dialogflow-cx/issues/247)) ([1979783](https://www.github.com/googleapis/java-dialogflow-cx/commit/197978352a49a97440595e1ff3f03e2f06a6c3ad))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    bfb34d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. samples: add update intent code sample (#275)

    * add update intent samples
    
    * Fixed lint
    
    * lint fix
    
    * lint fix
    
    * lint fix
    
    * lint fix
    
    * lint fix
    
    * lint fix
    
    * lint fix
    
    * fixed failing test
    
    * lint fix
    
    * failing test fix
    
    * Fix failing test
    
    * fixed fialing test
    
    * Added Agent Builder
    
    * removed unused builder
    
    * lint fix
    
    * lint fix
    
    * Fixed comments
    
    * Updated main
    
    * Lint fix
    
    * removed return type
    
    * Fix build error
    
    * added exception
    
    * fixed failing test
    
    * added missing include
    
    * Rebased
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    galz10 and gcf-owl-bot[bot] authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c8f3e2f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. samples: add create agent code sample (#279)

    * samples: add create agent code sample
    
    * Lint fix
    
    * Fix failing test
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Rebased
    
    * Revised Code per comments
    
    * lint fix
    
    * Added Comment for timezone
    
    * Fixed lint
    
    * Used String.format
    
    * Added stdOut Var
    
    * removed parent variable
    
    * Update Tests
    
    * lint fix
    
    * removed parentPath
    
    * removed unreachable statemt
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Revised Code Per Comments
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    galz10 and gcf-owl-bot[bot] authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    c5c6e7c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.9.0 (#285)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-dialogflow-cx to v0.9.0
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Emily Ball <[email protected]>
    3 people authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    5f69721 View commit details
    Browse the repository at this point in the history
  2. samples: add page management code samples (#300)

    * samples: add page management code samples
    
    * Lint Fix
    
    * Lint Fix
    
    * lint fix
    
    * lint fix
    
    * failing test fix
    
    * Failing Test Fix
    
    * change private to public for agentID
    
    * lint fix
    
    * lint fix
    
    * lint fix
    
    * Failing Test Fix
    
    * failing test fix
    
    * fix lint
    
    * called getName instead of name for page
    
    * Failing test fix
    
    * added parameters to variables
    
    * Added return type to create page
    
    * lint fix
    
    * Fixed failing test
    
    * Fix java failing tests
    
    * fix test
    
    * Test Fix
    
    * test fix
    
    * changed to afterall beforeall
    
    * Changed before and after all
    
    * Lint fix
    
    * test fail fix
    
    * lint fix
    
    * chagned stdout to static
    
    * failing test fix
    
    * added stdout setup
    
    * removed loop
    
    * updated list tests
    
    * lint fix
    
    * moved stdout
    
    * Added return type to listpage
    
    * lint fix
    
    * changed list test
    
    * update test
    
    * lint fix
    
    * lint fix
    
    * Fix testListPage
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Revised code per comments
    
    * Lint fix
    
    * CreateSimplePage builder import fix
    
    * CreateSimplePage test fix
    
    * moved region tags
    
    * Revised code per commments
    
    * lint fix
    
    * Returned response
    
    * changed testListPage
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * removed results string
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    galz10 and gcf-owl-bot[bot] authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    fd7d74c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.10.0 (#314)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.9.0` -> `0.10.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.10.0/compatibility-slim/0.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.10.0/confidence-slim/0.9.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.10.0`](https://togithub.com/googleapis/java-dialogflow-cx/blob/master/CHANGELOG.md#&#8203;0100-httpswwwgithubcomgoogleapisjava-dialogflow-cxcomparev090v0100-2021-09-15)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.9.0...v0.10.0)
    
    ##### Features
    
    -   Remove use of deprecated gradle command in java README ([#&#8203;1196](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/1196)) ([#&#8203;295](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/295)) ([886ff84](https://www.github.com/googleapis/java-dialogflow-cx/commit/886ff84dcd53330e2593439c26f2caf51702c4ac))
    
    ##### Documentation
    
    -   clarified some LRO types docs: fixed some wrong update mask descriptions ([#&#8203;296](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/296)) ([fcb3c26](https://www.github.com/googleapis/java-dialogflow-cx/commit/fcb3c2618dfdda7f6b994c7ca129dc604e1ef173))
    -   clarified some LRO types docs: fixed some wrong update mask descriptions ([#&#8203;298](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/298)) ([2095640](https://www.github.com/googleapis/java-dialogflow-cx/commit/20956402f7dee061d9267162810182d656975a1b))
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.1.0 ([#&#8203;291](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/291)) ([64a0ae9](https://www.github.com/googleapis/java-dialogflow-cx/commit/64a0ae9a877de8e0850f427bc1f7a2066fb6fb5b))
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#&#8203;299](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/299)) ([ad04d9f](https://www.github.com/googleapis/java-dialogflow-cx/commit/ad04d9fcfaec30834119f6429e2fa8f19130e450))
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.1 ([#&#8203;309](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/309)) ([d6fd1bb](https://www.github.com/googleapis/java-dialogflow-cx/commit/d6fd1bbb65b07215c93bfe558a1f8f611330f1c5))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    faf1b04 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    7bce2b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. samples: added list testcase result sample (#315)

    * samples: added list testcase result sample
    
    * Added agent ids
    
    * Lint fix
    
    * lint fix
    
    * lint fix
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    galz10 and gcf-owl-bot[bot] authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    627b481 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. samples: add voice selection (#333)

    * samples: add voice selection
    
    * added imports
    
    * add ssmlvoicegender
    
    * lint fix
    
    * lint fix
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Added comments
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    galz10 and gcf-owl-bot[bot] authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    0b965f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. docs(samples): adds list training phrases sample (#336)

    * docs(samples): adds list training phrases sample
    
    * docs(samples): removed testing resources
    
    * docs(samples): removed testing resources
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    b-loved-dreamer and gcf-owl-bot[bot] authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    4b25209 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. samples: added webhook sample (#313)

    * samples: added webhook sample
    
    * fixed lint
    
    * added cloud function dependecy
    
    * moved cloud function dependecy
    
    * changed pom file
    
    * moved maven dependency
    
    * changed dependecy
    
    * added scope
    
    * added mocks
    
    * added dependency
    
    * Added plugin
    
    * Orginized code
    
    * modified pom file
    
    * removed httprequest from test
    
    * added to poms
    
    * Changed test to include functions
    
    * removed scope
    
    * change cloud function version
    
    * reverted version
    
    * changed cloud function version to 1.0.4
    
    * added dependency to more pom files
    
    * added plugin
    
    * removed dependency from install-wo-bom
    
    * removed plugin
    
    * added dependency
    
    * added plugin
    
    * Added Dependency to samples pom file
    
    * lint fix
    
    * changed dependencies
    
    * Added Dependencies
    
    * added dependency
    
    * lint fix
    
    * lint fix
    
    * removed dependency
    
    * removed dependency
    
    * added snapshot dependency
    
    * samples: added webhook sample
    
    * fixed lint
    
    * added cloud function dependecy
    
    * moved cloud function dependecy
    
    * changed pom file
    
    * moved maven dependency
    
    * changed dependecy
    
    * added scope
    
    * added mocks
    
    * added dependency
    
    * Added plugin
    
    * Orginized code
    
    * modified pom file
    
    * removed httprequest from test
    
    * added to poms
    
    * Changed test to include functions
    
    * removed scope
    
    * change cloud function version
    
    * reverted version
    
    * changed cloud function version to 1.0.4
    
    * added dependency to more pom files
    
    * added plugin
    
    * removed dependency from install-wo-bom
    
    * removed plugin
    
    * added dependency
    
    * added plugin
    
    * Added Dependency to samples pom file
    
    * lint fix
    
    * changed dependencies
    
    * Added Dependencies
    
    * added dependency
    
    * lint fix
    
    * lint fix
    
    * removed dependency
    
    * removed dependency
    
    * added snapshot dependency
    
    * Add debugging flags
    
    * debug
    
    * debug
    
    * Update build.sh
    
    * Update build.sh
    
    * Update build.sh
    
    * Update build.sh
    
    * Update build.sh
    
    * Update build.sh
    
    * Update build.sh
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update pom.xml
    
    add the closing magic tag
    
    Co-authored-by: averikitsch <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Les Vogel <[email protected]>
    4 people authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    2cf1322 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. test(deps): update dependency org.mockito:mockito-core to v4 (#359)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `3.12.4` -> `4.0.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.0.0/compatibility-slim/3.12.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.0.0/confidence-slim/3.12.4)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito</summary>
    
    ### [`v4.0.0`](https://togithub.com/mockito/mockito/releases/v4.0.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.12.4...v4.0.0)
    
    ### Mockito 4: Removing deprecated APIs.
    
    All of these APIs have been marked as deprecated and have been present
    in Mockito for quite a while.
    
    An overview of now-deleted classes/methods:
    
    -   `org.mockito.Matchers` which was an alias for
        `org.mockito.ArgumentMatchers`
    -   `org.mockito.ArgumentMatchers#{anyObject,anyVararg}` both which were
        aliases for `org.mockito.ArgumentMatchers#any`
    -   `org.mockito.ArgumentMatchers#any*Of`, which were aliases for the same
        method name without the Of and the generic parameters (which were
        ignored)
    -   `org.mockito.ArgumentMatchers#{is}{Not}Null(Class)` which took a class
        which was ignored. Aliases for the same methods without the parameter
    -   `org.mockito.MockedStatic#verify` which had the parameter types reversed
    -   `org.mockito.Mockito#verifyZeroInteractions` an alias of
        `verifyNoMoreInteractions`
    -   `org.mockito.Mockito#debug` framework integration API that we later
        refactored
    -   `org.mockito.configuration.AnnotationEngine` which was leaking internal
        APIs and instead users should use `org.mockito.plugins.AnnotationEngine`
    -   `org.mockito.exceptions.verification.TooLittleActualInvocations` fixed
        the grammar from "Little" to "Few"
    -   Numerous internal APIs that we never officially supported and can now
        remove
    -   `org.mockito.plugins.InstantiatorProvider` which was leaking internal
        APIs and instead users should use InstantiatorProvider2 (we should
        probably rename back to remove the number in a future major release)
    -   `org.mockito.runners` a package that hosted several old JUnit runners
        which were no longer supported. Users should instead use
        `org.mockito.junit.MockitoJUnitRunner` which is our official JUnit4
        runner.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    153ae09 View commit details
    Browse the repository at this point in the history
  2. deps: update dependency com.google.cloud.functions:function-maven-plu…

    …gin to v0.10.0 (#358)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud.functions:function-maven-plugin](http://maven.apache.org) ([source](https://togithub.com/GoogleCloudPlatform/functions-framework-java)) | `0.9.7` -> `0.10.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.functions:function-maven-plugin/0.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.functions:function-maven-plugin/0.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.functions:function-maven-plugin/0.10.0/compatibility-slim/0.9.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.functions:function-maven-plugin/0.10.0/confidence-slim/0.9.7)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    20c3074 View commit details
    Browse the repository at this point in the history
  3. deps: update dependency com.google.code.gson:gson to v2.8.9 (#357)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.code.gson:gson](https://togithub.com/google/gson) | `2.8.7` -> `2.8.9` | [![age](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.8.9/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.8.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.8.9/compatibility-slim/2.8.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.8.9/confidence-slim/2.8.7)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>google/gson</summary>
    
    ### [`v2.8.9`](https://togithub.com/google/gson/blob/master/CHANGELOG.md#Version-289)
    
    -   Make OSGi bundle's dependency on `sun.misc` optional ([#&#8203;1993](https://togithub.com/google/gson/issues/1993)).
    -   Deprecate `Gson.excluder()` exposing internal `Excluder` class ([#&#8203;1986](https://togithub.com/google/gson/issues/1986)).
    -   Prevent Java deserialization of internal classes ([#&#8203;1991](https://togithub.com/google/gson/issues/1991)).
    -   Improve number strategy implementation ([#&#8203;1987](https://togithub.com/google/gson/issues/1987)).
    -   Fix LongSerializationPolicy null handling being inconsistent with Gson ([#&#8203;1990](https://togithub.com/google/gson/issues/1990)).
    -   Support arbitrary Number implementation for Object and Number deserialization ([#&#8203;1290](https://togithub.com/google/gson/issues/1290)).
    -   Bump proguard-maven-plugin from 2.4.0 to 2.5.1 ([#&#8203;1980](https://togithub.com/google/gson/issues/1980)).
    -   Don't exclude static local classes ([#&#8203;1969](https://togithub.com/google/gson/issues/1969)).
    -   Fix `RuntimeTypeAdapterFactory` depending on internal `Streams` class ([#&#8203;1959](https://togithub.com/google/gson/issues/1959)).
    -   Improve Maven build ([#&#8203;1964](https://togithub.com/google/gson/issues/1964)).
    -   Make dependency on `java.sql` optional ([#&#8203;1707](https://togithub.com/google/gson/issues/1707)).
    
    ### [`v2.8.8`](https://togithub.com/google/gson/blob/master/CHANGELOG.md#Version-288)
    
    -   Fixed issue with recursive types ([#&#8203;1390](https://togithub.com/google/gson/issues/1390)).
    -   Better behaviour with Java 9+ and `Unsafe` if there is a security manager ([#&#8203;1712](https://togithub.com/google/gson/issues/1712)).
    -   `EnumTypeAdapter` now works better when ProGuard has obfuscated enum fields ([#&#8203;1495](https://togithub.com/google/gson/issues/1495)).
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    9600f6e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. test(deps): update dependency org.mockito:mockito-core to v4.1.0 (#364)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.0.0` -> `4.1.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.1.0/compatibility-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.1.0/confidence-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito</summary>
    
    ### [`v4.1.0`](https://togithub.com/mockito/mockito/releases/v4.1.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v4.0.0...v4.1.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 4.1.0
    
    -   2021-11-19 - [20 commit(s)](https://togithub.com/mockito/mockito/compare/v4.0.0...v4.1.0) by Lars Vogel, Mikaël Francoeur, S.YAMAMOTO, Tim van der Lippe, dependabot\[bot]
    -   Disable memory test [(#&#8203;2480)](https://togithub.com/mockito/mockito/pull/2480)
    -   Bump appcompat from 1.3.1 to 1.4.0 [(#&#8203;2477)](https://togithub.com/mockito/mockito/pull/2477)
    -   Bump kotlinVersion from 1.5.31 to 1.6.0 [(#&#8203;2474)](https://togithub.com/mockito/mockito/pull/2474)
    -   Bump versions.bytebuddy from 1.12.0 to 1.12.1 [(#&#8203;2472)](https://togithub.com/mockito/mockito/pull/2472)
    -   Bump com.diffplug.gradle.spotless from 4.5.1 to 6.0.0 [(#&#8203;2471)](https://togithub.com/mockito/mockito/pull/2471)
    -   Bump versions.bytebuddy from 1.11.22 to 1.12.0 [(#&#8203;2469)](https://togithub.com/mockito/mockito/pull/2469)
    -   Bump versions.errorprone from 2.9.0 to 2.10.0 [(#&#8203;2466)](https://togithub.com/mockito/mockito/pull/2466)
    -   Bump auto-service from 1.0 to 1.0.1 [(#&#8203;2463)](https://togithub.com/mockito/mockito/pull/2463)
    -   Bump actions/checkout from 2.3.5 to 2.4.0 [(#&#8203;2462)](https://togithub.com/mockito/mockito/pull/2462)
    -   Fixes [#&#8203;2460](https://togithub.com/mockito/mockito/issues/2460): Remove a sentence commits to a particular version [(#&#8203;2461)](https://togithub.com/mockito/mockito/pull/2461)
    -   Clarify Javadoc of RETURNS_SMART_NULLS, default answer in Mockito 4.0.0? [(#&#8203;2460)](https://togithub.com/mockito/mockito/issues/2460)
    -   Bump versions.bytebuddy from 1.11.21 to 1.11.22 [(#&#8203;2458)](https://togithub.com/mockito/mockito/pull/2458)
    -   Updated readme with the latest Mockito version [(#&#8203;2456)](https://togithub.com/mockito/mockito/pull/2456)
    -   Bump core-ktx from 1.6.0 to 1.7.0 [(#&#8203;2454)](https://togithub.com/mockito/mockito/pull/2454)
    -   Bump google-java-format from 1.11.0 to 1.12.0 [(#&#8203;2450)](https://togithub.com/mockito/mockito/pull/2450)
    -   Bump versions.bytebuddy from 1.11.20 to 1.11.21 [(#&#8203;2448)](https://togithub.com/mockito/mockito/pull/2448)
    -   Use new CodeCov uploader [(#&#8203;2447)](https://togithub.com/mockito/mockito/pull/2447)
    -   Bump actions/checkout from 2.3.4 to 2.3.5 [(#&#8203;2445)](https://togithub.com/mockito/mockito/pull/2445)
    -   Fixes [#&#8203;2389](https://togithub.com/mockito/mockito/issues/2389) : Parallel use of mocks with deep stubbing may lead to ConcurrentModificationException [(#&#8203;2444)](https://togithub.com/mockito/mockito/pull/2444)
    -   Bump versions.bytebuddy from 1.11.19 to 1.11.20 [(#&#8203;2443)](https://togithub.com/mockito/mockito/pull/2443)
    -   Parallel use of mocks with deep stubbing may lead to ConcurrentModificationException [(#&#8203;2389)](https://togithub.com/mockito/mockito/issues/2389)
    -   Add annotation to mark a type as DoNotMock [(#&#8203;1833)](https://togithub.com/mockito/mockito/pull/1833)
    -   Cannot mock this class: class java.io.InputStream with Java 13 [(#&#8203;1827)](https://togithub.com/mockito/mockito/issues/1827)
    -   Cannot mock wrapper types, String.class or Class.class [(#&#8203;1734)](https://togithub.com/mockito/mockito/issues/1734)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    9ca6274 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. chore(deps): update dependency com.google.cloud.samples:shared-config…

    …uration to v1.2.0 (#373)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud.samples:shared-configuration](https://togithub.com/GoogleCloudPlatform/java-repo-tools) | `1.0.23` -> `1.2.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.2.0/compatibility-slim/1.0.23)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.2.0/confidence-slim/1.0.23)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>GoogleCloudPlatform/java-repo-tools</summary>
    
    ### [`v1.2.0`](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.24...v1.2.0)
    
    [Compare Source](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.24...v1.2.0)
    
    ### [`v1.0.24`](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.23...v1.0.24)
    
    [Compare Source](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.23...v1.0.24)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    7c5796c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.11.0 (#391)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.10.1` -> `0.11.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.0/compatibility-slim/0.10.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.0/confidence-slim/0.10.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.11.0`](https://togithub.com/googleapis/java-dialogflow-cx/blob/HEAD/CHANGELOG.md#&#8203;0110-httpswwwgithubcomgoogleapisjava-dialogflow-cxcomparev0101v0110-2022-01-07)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.10.1...v0.11.0)
    
    ##### Features
    
    -   added `TelephonyTransferCall` in response message ([#&#8203;376](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/376)) ([d7345a8](https://www.github.com/googleapis/java-dialogflow-cx/commit/d7345a81820c125be231afdd23d9d4203e904bfe))
    -   added API for changelogs ([#&#8203;342](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/342)) ([67198cb](https://www.github.com/googleapis/java-dialogflow-cx/commit/67198cb851833bcb1aacb63d037a30522732ade4))
    -   added API for changelogs ([#&#8203;343](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/343)) ([ff46df6](https://www.github.com/googleapis/java-dialogflow-cx/commit/ff46df6f537c8173bca42335403505cd014583c3))
    -   added deployment API ([#&#8203;330](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/330)) ([a68fde8](https://www.github.com/googleapis/java-dialogflow-cx/commit/a68fde8ec9db92185d71abb399cbc3cfae5f94d2))
    -   added support for comparing between versions docs: clarified security settings API reference ([#&#8203;347](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/347)) ([68c3471](https://www.github.com/googleapis/java-dialogflow-cx/commit/68c34714905a783e2979f5a616bb4f5ce1e1a67c))
    -   added support for custom content types docs: reformat comments ([#&#8203;375](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/375)) ([b1affa6](https://www.github.com/googleapis/java-dialogflow-cx/commit/b1affa660f9d88dcc9e54b4f950d80a16eb61c03))
    -   added support for Deployments with ListDeployments and GetDeployment apis ([#&#8203;327](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/327)) ([9000ad2](https://www.github.com/googleapis/java-dialogflow-cx/commit/9000ad2e5183f6e8156382b7a87519823c630d90))
    -   added the display name of the current page in webhook requests ([#&#8203;380](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/380)) ([cbd425f](https://www.github.com/googleapis/java-dialogflow-cx/commit/cbd425f624139064f4b7700a2d7502a42f8dc92f))
    -   added the display name of the current page in webhook requests ([#&#8203;381](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/381)) ([e65c733](https://www.github.com/googleapis/java-dialogflow-cx/commit/e65c7333f2f272137d5dfe4ec4cdaab1e7dbe0f8))
    -   allow setting custom CA for generic webhooks ([#&#8203;355](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/355)) ([66a8c4a](https://www.github.com/googleapis/java-dialogflow-cx/commit/66a8c4ab01c5ec91f6e2d431eff779ceb4b57c41))
    -   allow setting custom CA for generic webhooks and release CompareVersions API docs: clarify DLP template reader usage ([#&#8203;362](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/362)) ([1d581ad](https://www.github.com/googleapis/java-dialogflow-cx/commit/1d581ad83fbd373087bbbcee3cbe55c204a553f3))
    -   expose dtmf input info in the query result ([#&#8203;329](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/329)) ([1c25f27](https://www.github.com/googleapis/java-dialogflow-cx/commit/1c25f2752427d92f169fb7b9bfede3fdda00ba8e))
    -   exposed DTMF input info in the query result ([a68fde8](https://www.github.com/googleapis/java-dialogflow-cx/commit/a68fde8ec9db92185d71abb399cbc3cfae5f94d2))
    
    ##### Bug Fixes
    
    -   **java:** add -ntp flag to native image testing command ([#&#8203;1299](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/1299)) ([#&#8203;377](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/377)) ([41651be](https://www.github.com/googleapis/java-dialogflow-cx/commit/41651be08f9f8b3f9d13295cea8b7f264f58b00e))
    -   **java:** java 17 dependency arguments ([#&#8203;1266](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/1266)) ([#&#8203;345](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/345)) ([8cbd520](https://www.github.com/googleapis/java-dialogflow-cx/commit/8cbd52027091460f1bf4b39ed1a0849f1ca8bad3))
    -   **java:** run Maven in plain console-friendly mode ([#&#8203;1301](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/1301)) ([#&#8203;384](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/384)) ([331bf72](https://www.github.com/googleapis/java-dialogflow-cx/commit/331bf72103b8fca89d24cf599fcaa43b282be8e3))
    
    ##### Documentation
    
    -   added notes on long running operation ([a68fde8](https://www.github.com/googleapis/java-dialogflow-cx/commit/a68fde8ec9db92185d71abb399cbc3cfae5f94d2))
    -   clarified semantic of the streaming APIs ([ff46df6](https://www.github.com/googleapis/java-dialogflow-cx/commit/ff46df6f537c8173bca42335403505cd014583c3))
    -   clarified semantic of the streaming APIs ([67198cb](https://www.github.com/googleapis/java-dialogflow-cx/commit/67198cb851833bcb1aacb63d037a30522732ade4))
    -   **samples:** adds list training phrases sample ([#&#8203;336](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/336)) ([2810eb2](https://www.github.com/googleapis/java-dialogflow-cx/commit/2810eb29af292fd91cd622757510e44d0560e1eb))
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.4.0 ([#&#8203;340](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/340)) ([fa55873](https://www.github.com/googleapis/java-dialogflow-cx/commit/fa55873d9e046f351392c285206e5e324c0fd608))
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 ([#&#8203;360](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/360)) ([d0319e4](https://www.github.com/googleapis/java-dialogflow-cx/commit/d0319e432c787c711bc91343ba49789c84ea23a9))
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.1 ([#&#8203;374](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/374)) ([5c970ff](https://www.github.com/googleapis/java-dialogflow-cx/commit/5c970ffe34d4378232da42b9eb2b0dc8b7987100))
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 ([#&#8203;388](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/388)) ([3bdb3fc](https://www.github.com/googleapis/java-dialogflow-cx/commit/3bdb3fc91327ad2f84e0d236aee2fc63d9bad7ac))
    -   update dependency com.google.cloud.functions:function-maven-plugin to v0.10.0 ([#&#8203;358](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/358)) ([ee7d1af](https://www.github.com/googleapis/java-dialogflow-cx/commit/ee7d1af400e483b4ce87c8f6bcd5369970af5706))
    -   update dependency com.google.code.gson:gson to v2.8.9 ([#&#8203;357](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/357)) ([0cfc996](https://www.github.com/googleapis/java-dialogflow-cx/commit/0cfc996c1bd321e4b1f845d8c56197cd97faef4d))
    
    ##### [0.10.1](https://www.github.com/googleapis/java-dialogflow-cx/compare/v0.10.0...v0.10.1) (2021-09-22)
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.3.0 ([#&#8203;318](https://www.togithub.com/googleapis/java-dialogflow-cx/issues/318)) ([eab6a65](https://www.github.com/googleapis/java-dialogflow-cx/commit/eab6a6525011d00e68bdc16c2684ef5f456ffde3))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    37be464 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. test(deps): update dependency org.mockito:mockito-core to v4.3.0 (#378)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.1.0` -> `4.3.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.0/compatibility-slim/4.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.0/confidence-slim/4.1.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito</summary>
    
    ### [`v4.3.0`](https://togithub.com/mockito/mockito/releases/v4.3.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v4.2.0...v4.3.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 4.3.0
    
    -   2022-01-24 - [20 commit(s)](https://togithub.com/mockito/mockito/compare/v4.2.0...v4.3.0) by Andrew Kozel, John Pyeatt, Liam Miller-Cushon, Thomas Keller, Tim van der Lippe, dependabot\[bot], temp-droid
    -   Fixes [#&#8203;2489](https://togithub.com/mockito/mockito/issues/2489) : Fixed issue related to exceptions thrown from the nested spies [(#&#8203;2546)](https://togithub.com/mockito/mockito/pull/2546)
    -   Issue 2544 [(#&#8203;2545)](https://togithub.com/mockito/mockito/pull/2545)
    -   Bump versions.bytebuddy from 1.12.6 to 1.12.7 [(#&#8203;2543)](https://togithub.com/mockito/mockito/pull/2543)
    -   Bump com.diffplug.spotless from 6.1.2 to 6.2.0 [(#&#8203;2542)](https://togithub.com/mockito/mockito/pull/2542)
    -   Bump material from 1.4.0 to 1.5.0 [(#&#8203;2541)](https://togithub.com/mockito/mockito/pull/2541)
    -   Bump appcompat from 1.4.0 to 1.4.1 [(#&#8203;2539)](https://togithub.com/mockito/mockito/pull/2539)
    -   Bump com.diffplug.spotless from 6.1.1 to 6.1.2 [(#&#8203;2536)](https://togithub.com/mockito/mockito/pull/2536)
    -   Remove an `@link` [(#&#8203;2535)](https://togithub.com/mockito/mockito/pull/2535)
    -   Bump com.diffplug.spotless from 6.1.0 to 6.1.1 [(#&#8203;2534)](https://togithub.com/mockito/mockito/pull/2534)
    -   Bump com.github.ben-manes.versions from 0.40.0 to 0.41.0 [(#&#8203;2533)](https://togithub.com/mockito/mockito/pull/2533)
    -   Bump assertj-core from 3.21.0 to 3.22.0 [(#&#8203;2531)](https://togithub.com/mockito/mockito/pull/2531)
    -   Bump com.github.ben-manes.versions from 0.39.0 to 0.40.0 [(#&#8203;2529)](https://togithub.com/mockito/mockito/pull/2529)
    -   Bump com.diffplug.spotless from 6.0.5 to 6.1.0 [(#&#8203;2527)](https://togithub.com/mockito/mockito/pull/2527)
    -   Bump kotlinx-coroutines-core from 1.5.2-native-mt to 1.6.0-native-mt [(#&#8203;2526)](https://togithub.com/mockito/mockito/pull/2526)
    -   Bump versions.bytebuddy from 1.12.5 to 1.12.6 [(#&#8203;2524)](https://togithub.com/mockito/mockito/pull/2524)
    -   Bump com.diffplug.spotless from 6.0.4 to 6.0.5 [(#&#8203;2520)](https://togithub.com/mockito/mockito/pull/2520)
    -   Bump versions.bytebuddy from 1.12.4 to 1.12.5 [(#&#8203;2519)](https://togithub.com/mockito/mockito/pull/2519)
    -   Fixes [#&#8203;2510](https://togithub.com/mockito/mockito/issues/2510): Remove ExpectedException from internal test suite [(#&#8203;2518)](https://togithub.com/mockito/mockito/pull/2518)
    -   Fix JavaDoc warnings and enforce zero errors in Gradle [(#&#8203;2513)](https://togithub.com/mockito/mockito/pull/2513)
    -   Remove `ExpectedException` from internal test suite [(#&#8203;2510)](https://togithub.com/mockito/mockito/issues/2510)
    -   Incomplete stack trace returned from spy inside another spy [(#&#8203;2489)](https://togithub.com/mockito/mockito/issues/2489)
    -   Introduce a BOM for Mockito's artifacts (closes [#&#8203;2321](https://togithub.com/mockito/mockito/issues/2321)) [(#&#8203;2323)](https://togithub.com/mockito/mockito/pull/2323)
    -   Provide a bill of materials (BOM) [(#&#8203;2321)](https://togithub.com/mockito/mockito/issues/2321)
    
    ### [`v4.2.0`](https://togithub.com/mockito/mockito/releases/v4.2.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v4.1.0...v4.2.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 4.2.0
    
    -   2021-12-16 - [21 commit(s)](https://togithub.com/mockito/mockito/compare/v4.1.0...v4.2.0) by Liam Miller-Cushon, Rafael Winterhalter, Tim van der Lippe, dependabot\[bot], temp-droid
    -   Update ByteBuddy to 1.12.4 [(#&#8203;2515)](https://togithub.com/mockito/mockito/pull/2515)
    -   Bump kotlinVersion from 1.6.0 to 1.6.10 [(#&#8203;2514)](https://togithub.com/mockito/mockito/pull/2514)
    -   Add DoNotMock mention to main JavaDoc [(#&#8203;2512)](https://togithub.com/mockito/mockito/pull/2512)
    -   Replace ExpectedException in MissingInvocationInOrderCheckerTest [(#&#8203;2511)](https://togithub.com/mockito/mockito/pull/2511)
    -   Update Gradle to version 7.3.1 [(#&#8203;2509)](https://togithub.com/mockito/mockito/pull/2509)
    -   Fixes [#&#8203;2497](https://togithub.com/mockito/mockito/issues/2497): Throw exception on invalid matchers for `mockStatic` [(#&#8203;2506)](https://togithub.com/mockito/mockito/pull/2506)
    -   Make sure interface types are initialized before inline mocking to avoid blocking code of static initializers. [(#&#8203;2505)](https://togithub.com/mockito/mockito/pull/2505)
    -   Bump org.eclipse.osgi from 3.17.0 to 3.17.100 [(#&#8203;2504)](https://togithub.com/mockito/mockito/pull/2504)
    -   Bump com.diffplug.spotless from 6.0.2 to 6.0.4 [(#&#8203;2501)](https://togithub.com/mockito/mockito/pull/2501)
    -   Bump com.diffplug.spotless from 6.0.1 to 6.0.2 [(#&#8203;2498)](https://togithub.com/mockito/mockito/pull/2498)
    -   ArgumentMatchers not working for Mockito.mockStatic [(#&#8203;2497)](https://togithub.com/mockito/mockito/issues/2497)
    -   Bump versions.bytebuddy from 1.12.2 to 1.12.3 [(#&#8203;2496)](https://togithub.com/mockito/mockito/pull/2496)
    -   Bump com.diffplug.spotless from 6.0.0 to 6.0.1 [(#&#8203;2495)](https://togithub.com/mockito/mockito/pull/2495)
    -   Remove the recommendation to import ArgumentMatchers methods using Mockito [(#&#8203;2494)](https://togithub.com/mockito/mockito/pull/2494)
    -   Bump versions.junitJupiter from 5.8.1 to 5.8.2 [(#&#8203;2491)](https://togithub.com/mockito/mockito/pull/2491)
    -   Bump junit-platform-launcher from 1.8.1 to 1.8.2 [(#&#8203;2490)](https://togithub.com/mockito/mockito/pull/2490)
    -   Fix typo 'DoNoMock' should be 'DoNotMock' [(#&#8203;2487)](https://togithub.com/mockito/mockito/pull/2487)
    -   Bump biz.aQute.bnd.gradle from 6.0.0 to 6.1.0 [(#&#8203;2486)](https://togithub.com/mockito/mockito/pull/2486)
    -   Bump biz.aQute.bnd.builder from 6.0.0 to 6.1.0 [(#&#8203;2485)](https://togithub.com/mockito/mockito/pull/2485)
    -   Bump versions.bytebuddy from 1.12.1 to 1.12.2 [(#&#8203;2484)](https://togithub.com/mockito/mockito/pull/2484)
    -   Bump google-java-format from 1.12.0 to 1.13.0 [(#&#8203;2483)](https://togithub.com/mockito/mockito/pull/2483)
    -   Add annotation to mark a type as DoNotMock [(#&#8203;1833)](https://togithub.com/mockito/mockito/pull/1833)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    14e2da1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. test(deps): update dependency org.mockito:mockito-core to v4.3.1 (#406)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.3.0` -> `4.3.1` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.1/compatibility-slim/4.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.1/confidence-slim/4.3.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito</summary>
    
    ### [`v4.3.1`](https://togithub.com/mockito/mockito/releases/v4.3.1)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v4.3.0...v4.3.1)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 4.3.1
    
    -   2022-01-25 - [1 commit(s)](https://togithub.com/mockito/mockito/compare/v4.3.0...v4.3.1) by Stefano Cordio
    -   Add `mockito-core` to the BOM [(#&#8203;2550)](https://togithub.com/mockito/mockito/pull/2550)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    204ab0c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. deps: update dependency com.google.code.gson:gson to v2.9.0 (#422)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.code.gson:gson](https://togithub.com/google/gson) | `2.8.9` -> `2.9.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.0/compatibility-slim/2.8.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.0/confidence-slim/2.8.9)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>google/gson</summary>
    
    ### [`v2.9.0`](https://togithub.com/google/gson/blob/HEAD/CHANGELOG.md#Version-290)
    
    **The minimum supported Java version changes from 6 to 7.**
    
    -   Change target Java version to 7 ([#&#8203;2043](https://togithub.com/google/gson/issues/2043))
    -   Put `module-info.class` into Multi-Release JAR folder ([#&#8203;2013](https://togithub.com/google/gson/issues/2013))
    -   Improve error message when abstract class cannot be constructed ([#&#8203;1814](https://togithub.com/google/gson/issues/1814))
    -   Support EnumMap deserialization ([#&#8203;2071](https://togithub.com/google/gson/issues/2071))
    -   Add LazilyParsedNumber default adapter ([#&#8203;2060](https://togithub.com/google/gson/issues/2060))
    -   Fix JsonReader.hasNext() returning true at end of document ([#&#8203;2061](https://togithub.com/google/gson/issues/2061))
    -   Remove Gradle build support. Build script was outdated and not actively
        maintained anymore ([#&#8203;2063](https://togithub.com/google/gson/issues/2063))
    -   Add `GsonBuilder.disableJdkUnsafe()` ([#&#8203;1904](https://togithub.com/google/gson/issues/1904))
    -   Add `UPPER_CASE_WITH_UNDERSCORES` in FieldNamingPolicy ([#&#8203;2024](https://togithub.com/google/gson/issues/2024))
    -   Fix failing to serialize Collection or Map with inaccessible constructor ([#&#8203;1902](https://togithub.com/google/gson/issues/1902))
    -   Improve TreeTypeAdapter thread-safety ([#&#8203;1976](https://togithub.com/google/gson/issues/1976))
    -   Fix `Gson.newJsonWriter` ignoring lenient and HTML-safe setting ([#&#8203;1989](https://togithub.com/google/gson/issues/1989))
    -   Delete unused LinkedHashTreeMap ([#&#8203;1992](https://togithub.com/google/gson/issues/1992))
    -   Make default adapters stricter; improve exception messages ([#&#8203;2000](https://togithub.com/google/gson/issues/2000))
    -   Fix `FieldNamingPolicy.upperCaseFirstLetter` uppercasing non-letter ([#&#8203;2004](https://togithub.com/google/gson/issues/2004))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    4bf85d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.11.1 (#413)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.11.0` -> `0.11.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.1/compatibility-slim/0.11.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.1/confidence-slim/0.11.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.11.1`](https://togithub.com/googleapis/java-dialogflow-cx/blob/HEAD/CHANGELOG.md#&#8203;0111-httpsgithubcomgoogleapisjava-dialogflow-cxcomparev0110v0111-2022-02-03)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.11.0...v0.11.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    64b294a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.11.3 (#428)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.11.1` -> `0.11.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.3/compatibility-slim/0.11.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.3/confidence-slim/0.11.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.11.3`](https://togithub.com/googleapis/java-dialogflow-cx/blob/HEAD/CHANGELOG.md#&#8203;0113-httpsgithubcomgoogleapisjava-dialogflow-cxcomparev0112v0113-2022-02-17)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.11.2...v0.11.3)
    
    ### [`v0.11.2`](https://togithub.com/googleapis/java-dialogflow-cx/blob/HEAD/CHANGELOG.md#&#8203;0112-httpsgithubcomgoogleapisjava-dialogflow-cxcomparev0111v0112-2022-02-11)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.11.1...v0.11.2)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    f796db2 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.11.4 (#436)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.11.3` -> `0.11.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.4/compatibility-slim/0.11.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.11.4/confidence-slim/0.11.3)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.11.4`](https://togithub.com/googleapis/java-dialogflow-cx/blob/HEAD/CHANGELOG.md#&#8203;0114-httpsgithubcomgoogleapisjava-dialogflow-cxcomparev0113v0114-2022-02-28)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.11.3...v0.11.4)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    1131f07 View commit details
    Browse the repository at this point in the history
  2. samples: added lro code snippet and removed webhook snippet (#408)

    * samples: added lro code snippet and removed webhook snippet
    
    * changed intent id for list intent id due to deletion
    
    * moved then random test name creation into each test
    
    * tried to solve nullExceptionPointer
    
    * revert testing changes
    
    * reverted pom changes
    
    * lint fix
    
    * lint fix
    
    * added shutdowns
    
    * fixed lint
    
    * commented print statements
    
    * uncommented print code
    
    * Commented Print Statements
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    galz10 and gcf-owl-bot[bot] authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    3044fad View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. test(deps): update dependency org.mockito:mockito-core to v4.4.0 (#446)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.3.1` -> `4.4.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.4.0/compatibility-slim/4.3.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.4.0/confidence-slim/4.3.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito</summary>
    
    ### [`v4.4.0`](https://togithub.com/mockito/mockito/releases/v4.4.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v4.3.1...v4.4.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 4.4.0
    
    -   2022-03-08 - [16 commit(s)](https://togithub.com/mockito/mockito/compare/v4.3.1...v4.4.0) by Andrew Kozel, Brice Dutheil, Jean-Baptiste Mille, Mirko Alicastro, dependabot\[bot]
    -   Bump groovy from 3.0.9 to 3.0.10 [(#&#8203;2586)](https://togithub.com/mockito/mockito/pull/2586)
    -   Bump google-java-format from 1.14.0 to 1.15.0 [(#&#8203;2585)](https://togithub.com/mockito/mockito/pull/2585)
    -   Bump actions/checkout from 2.4.0 to 3 [(#&#8203;2582)](https://togithub.com/mockito/mockito/pull/2582)
    -   Bump shipkit-auto-version from 1.1.19 to 1.1.20 [(#&#8203;2580)](https://togithub.com/mockito/mockito/pull/2580)
    -   Bump biz.aQute.bnd.builder from 6.1.0 to 6.2.0 [(#&#8203;2579)](https://togithub.com/mockito/mockito/pull/2579)
    -   Bump biz.aQute.bnd.gradle from 6.1.0 to 6.2.0 [(#&#8203;2578)](https://togithub.com/mockito/mockito/pull/2578)
    -   Adds a Google Java Format for JDK17 [(#&#8203;2572)](https://togithub.com/mockito/mockito/pull/2572)
    -   Clean up JUnit3 references [(#&#8203;2570)](https://togithub.com/mockito/mockito/pull/2570)
    -   Bump com.diffplug.spotless from 6.2.2 to 6.3.0 [(#&#8203;2567)](https://togithub.com/mockito/mockito/pull/2567)
    -   Bump google-java-format from 1.13.0 to 1.14.0 [(#&#8203;2565)](https://togithub.com/mockito/mockito/pull/2565)
    -   Bump versions.bytebuddy from 1.12.7 to 1.12.8 [(#&#8203;2564)](https://togithub.com/mockito/mockito/pull/2564)
    -   Bump com.diffplug.spotless from 6.2.1 to 6.2.2 [(#&#8203;2562)](https://togithub.com/mockito/mockito/pull/2562)
    -   Bump com.github.ben-manes.versions from 0.41.0 to 0.42.0 [(#&#8203;2559)](https://togithub.com/mockito/mockito/pull/2559)
    -   Bump com.diffplug.spotless from 6.2.0 to 6.2.1 [(#&#8203;2556)](https://togithub.com/mockito/mockito/pull/2556)
    -   Fixes [#&#8203;2548](https://togithub.com/mockito/mockito/issues/2548) : Makes InOrder able to verify static methods [(#&#8203;2549)](https://togithub.com/mockito/mockito/pull/2549)
    -   \[PR open] Add feature to verify static methods calls in order [(#&#8203;2548)](https://togithub.com/mockito/mockito/issues/2548)
    -   Fixes [#&#8203;2201](https://togithub.com/mockito/mockito/issues/2201) : Fixed checking of declared exceptions. [(#&#8203;2547)](https://togithub.com/mockito/mockito/pull/2547)
    -   Calling getExceptionTypes() on concrete object that is used as interface doesn't return exception types from interface [(#&#8203;2201)](https://togithub.com/mockito/mockito/issues/2201)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    e5508c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.11.5 (#449)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-dialogflow-cx to v0.11.5
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    76541b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.12.0 (#457)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.11.5` -> `0.12.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.12.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.12.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.12.0/compatibility-slim/0.11.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.12.0/confidence-slim/0.11.5)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.12.0`](https://togithub.com/googleapis/java-dialogflow-cx/blob/HEAD/CHANGELOG.md#&#8203;0120-httpsgithubcomgoogleapisjava-dialogflow-cxcomparev0115v0120-2022-03-29)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.11.5...v0.12.0)
    
    ##### Features
    
    -   added page in TestConfig ([d19cb06](https://togithub.com/googleapis/java-dialogflow-cx/commit/d19cb06a4d2d7665e766d0c1d37b481802ed5f0d))
    -   added page in TestConfig ([#&#8203;447](https://togithub.com/googleapis/java-dialogflow-cx/issues/447)) ([d19cb06](https://togithub.com/googleapis/java-dialogflow-cx/commit/d19cb06a4d2d7665e766d0c1d37b481802ed5f0d))
    -   added support for locking an agent for changes ([#&#8203;453](https://togithub.com/googleapis/java-dialogflow-cx/issues/453)) ([8a903ff](https://togithub.com/googleapis/java-dialogflow-cx/commit/8a903ff6a6126f05c5401306674f4215bd84c464))
    
    ##### Documentation
    
    -   added explanation for uri fields in resources ([#&#8203;451](https://togithub.com/googleapis/java-dialogflow-cx/issues/451)) ([0c506ce](https://togithub.com/googleapis/java-dialogflow-cx/commit/0c506ceef415d32a418427c0b24c2e7c3332a325))
    -   clarified wording around Cloud Storage usage ([d19cb06](https://togithub.com/googleapis/java-dialogflow-cx/commit/d19cb06a4d2d7665e766d0c1d37b481802ed5f0d))
    -   improved docs format ([0c506ce](https://togithub.com/googleapis/java-dialogflow-cx/commit/0c506ceef415d32a418427c0b24c2e7c3332a325))
    -   improved docs format ([#&#8203;452](https://togithub.com/googleapis/java-dialogflow-cx/issues/452)) ([6edb0d6](https://togithub.com/googleapis/java-dialogflow-cx/commit/6edb0d6056e9652e3a47ce0a3bf34976eaece81b))
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.9.0 ([#&#8203;455](https://togithub.com/googleapis/java-dialogflow-cx/issues/455)) ([2ce68e2](https://togithub.com/googleapis/java-dialogflow-cx/commit/2ce68e237d9afcfb721a1271b59531bb2d333539))
    
    ##### [0.11.5](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.11.4...v0.11.5) (2022-03-02)
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0 ([#&#8203;438](https://togithub.com/googleapis/java-dialogflow-cx/issues/438)) ([02e972d](https://togithub.com/googleapis/java-dialogflow-cx/commit/02e972dff0604c87dc48f4ce350415e33de81c7d))
    
    ##### [0.11.4](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.11.3...v0.11.4) (2022-02-28)
    
    ##### Dependencies
    
    -   update actions/setup-java action to v3 ([#&#8203;430](https://togithub.com/googleapis/java-dialogflow-cx/issues/430)) ([fefdae5](https://togithub.com/googleapis/java-dialogflow-cx/commit/fefdae522e67f6705be82a75966126b3d25a5b04))
    
    ##### [0.11.3](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.11.2...v0.11.3) (2022-02-17)
    
    ##### Dependencies
    
    -   update dependency com.google.code.gson:gson to v2.9.0 ([#&#8203;422](https://togithub.com/googleapis/java-dialogflow-cx/issues/422)) ([a21bd94](https://togithub.com/googleapis/java-dialogflow-cx/commit/a21bd9412412ffc6fb8d9732ece8c19f1bc8e42b))
    
    ##### [0.11.2](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.11.1...v0.11.2) (2022-02-11)
    
    ##### Dependencies
    
    -   update actions/github-script action to v6 ([#&#8203;419](https://togithub.com/googleapis/java-dialogflow-cx/issues/419)) ([4dc4b97](https://togithub.com/googleapis/java-dialogflow-cx/commit/4dc4b97a85fd67c8465bfab4bc6eba110e2c454c))
    
    ##### [0.11.1](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.11.0...v0.11.1) (2022-02-03)
    
    ##### Dependencies
    
    -   **java:** update actions/github-script action to v5 ([#&#8203;1339](https://togithub.com/googleapis/java-dialogflow-cx/issues/1339)) ([#&#8203;404](https://togithub.com/googleapis/java-dialogflow-cx/issues/404)) ([e771445](https://togithub.com/googleapis/java-dialogflow-cx/commit/e7714453239ea5c1f81ce8ca221076ad967ede5f))
    -   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.7.0 ([#&#8203;407](https://togithub.com/googleapis/java-dialogflow-cx/issues/407)) ([a5bcbe9](https://togithub.com/googleapis/java-dialogflow-cx/commit/a5bcbe979a23a28131d14ba611e4e9637b615ed1))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    ac99e05 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.12.1 (#465)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.12.0` -> `0.12.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.12.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.12.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.12.1/compatibility-slim/0.12.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.12.1/confidence-slim/0.12.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.12.1`](https://togithub.com/googleapis/java-dialogflow-cx/blob/HEAD/CHANGELOG.md#&#8203;0121-httpsgithubcomgoogleapisjava-dialogflow-cxcomparev0120v0121-2022-04-18)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.12.0...v0.12.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    ad23f35 View commit details
    Browse the repository at this point in the history
  2. test(deps): update dependency org.mockito:mockito-core to v4.5.0 (#467)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.4.0` -> `4.5.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.5.0/compatibility-slim/4.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.5.0/confidence-slim/4.4.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito</summary>
    
    ### [`v4.5.0`](https://togithub.com/mockito/mockito/releases/v4.5.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v4.4.0...v4.5.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 4.5.0
    
    -   2022-04-19 - [15 commit(s)](https://togithub.com/mockito/mockito/compare/v4.4.0...v4.5.0) by Andrei Silviu Dragnea, Rafael Winterhalter, Rick Ossendrijver, dependabot\[bot]
    -   Bump versions.errorprone from 2.13.0 to 2.13.1 [(#&#8203;2621)](https://togithub.com/mockito/mockito/pull/2621)
    -   Bump versions.errorprone from 2.12.1 to 2.13.0 [(#&#8203;2619)](https://togithub.com/mockito/mockito/pull/2619)
    -   Groovy inline [(#&#8203;2618)](https://togithub.com/mockito/mockito/pull/2618)
    -   Bump actions/setup-java from 2 to 3 [(#&#8203;2615)](https://togithub.com/mockito/mockito/pull/2615)
    -   Bump versions.bytebuddy from 1.12.8 to 1.12.9 [(#&#8203;2614)](https://togithub.com/mockito/mockito/pull/2614)
    -   Support subclass mocks on Graal VM. [(#&#8203;2613)](https://togithub.com/mockito/mockito/pull/2613)
    -   Bump com.diffplug.spotless from 6.4.1 to 6.4.2 [(#&#8203;2611)](https://togithub.com/mockito/mockito/pull/2611)
    -   Bump kotlinx-coroutines-core from 1.6.0-native-mt to 1.6.1-native-mt [(#&#8203;2609)](https://togithub.com/mockito/mockito/pull/2609)
    -   Bump versions.errorprone from 2.10.0 to 2.12.1 [(#&#8203;2608)](https://togithub.com/mockito/mockito/pull/2608)
    -   Bump kotlinVersion from 1.6.10 to 1.6.20 [(#&#8203;2607)](https://togithub.com/mockito/mockito/pull/2607)
    -   Bump com.diffplug.spotless from 6.4.0 to 6.4.1 [(#&#8203;2606)](https://togithub.com/mockito/mockito/pull/2606)
    -   Bump com.diffplug.spotless from 6.3.0 to 6.4.0 [(#&#8203;2605)](https://togithub.com/mockito/mockito/pull/2605)
    -   Bump org.eclipse.osgi from 3.17.100 to 3.17.200 [(#&#8203;2597)](https://togithub.com/mockito/mockito/pull/2597)
    -   Deprecate ListUtil and Fields classes [(#&#8203;2593)](https://togithub.com/mockito/mockito/pull/2593)
    -   mockito-errorprone seems not compatible with ErrorProne 2.11.0 [(#&#8203;2554)](https://togithub.com/mockito/mockito/issues/2554)
    -   NullPointerException from Groovy metaclass methods when using mockito-inline (but not mockito-core) [(#&#8203;2522)](https://togithub.com/mockito/mockito/issues/2522)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    b9758f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. test(deps): update dependency org.mockito:mockito-core to v4.5.1 (#471)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.5.0` -> `4.5.1` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.5.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.5.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.5.1/compatibility-slim/4.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.5.1/confidence-slim/4.5.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito</summary>
    
    ### [`v4.5.1`](https://togithub.com/mockito/mockito/releases/v4.5.1)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v4.5.0...v4.5.1)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 4.5.1
    
    -   2022-04-21 - [2 commit(s)](https://togithub.com/mockito/mockito/compare/v4.5.0...v4.5.1) by Jeremy Landis, dependabot\[bot]
    -   Fixes [#&#8203;2623](https://togithub.com/mockito/mockito/issues/2623): Use zulu distribution and java 11 for release GHA job [(#&#8203;2624)](https://togithub.com/mockito/mockito/pull/2624)
    -   Missing errorprone module for 4.5.0 in central as release was done with jdk 8 [(#&#8203;2623)](https://togithub.com/mockito/mockito/issues/2623)
    -   Bump kotlinVersion from 1.6.20 to 1.6.21 [(#&#8203;2622)](https://togithub.com/mockito/mockito/pull/2622)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    2639486 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.13.0 (#484)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.12.1` -> `0.13.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.13.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.13.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.13.0/compatibility-slim/0.12.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.13.0/confidence-slim/0.12.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored May 26, 2022
    Configuration menu
    Copy the full SHA
    bb6e850 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. test(deps): update dependency org.mockito:mockito-core to v4.6.1 (#486)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.5.1` -> `4.6.1` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.6.1/compatibility-slim/4.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.6.1/confidence-slim/4.5.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito</summary>
    
    ### [`v4.6.1`](https://togithub.com/mockito/mockito/releases/tag/v4.6.1)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v4.6.0...v4.6.1)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 4.6.1
    
    -   2022-06-02 - [6 commit(s)](https://togithub.com/mockito/mockito/compare/v4.6.0...v4.6.1) by Andy Coates, Chen Ni, dependabot\[bot]
    -   Bump material from 1.6.0 to 1.6.1 [(#&#8203;2662)](https://togithub.com/mockito/mockito/pull/2662)
    -   Bump core-ktx from 1.7.0 to 1.8.0 [(#&#8203;2661)](https://togithub.com/mockito/mockito/pull/2661)
    -   Bump groovy from 3.0.10 to 3.0.11 [(#&#8203;2660)](https://togithub.com/mockito/mockito/pull/2660)
    -   Fix for Issue2656 [(#&#8203;2659)](https://togithub.com/mockito/mockito/pull/2659)
    -   Bump assertj-core from 3.22.0 to 3.23.1 [(#&#8203;2658)](https://togithub.com/mockito/mockito/pull/2658)
    -   Regression? Strictness set in `@MockitoSettings` ignored after upgrade from 4.5.1 to 4.6.0 [(#&#8203;2656)](https://togithub.com/mockito/mockito/issues/2656)
    -   Fix typo [(#&#8203;2655)](https://togithub.com/mockito/mockito/pull/2655)
    
    ### [`v4.6.0`](https://togithub.com/mockito/mockito/releases/tag/v4.6.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v4.5.1...v4.6.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 4.6.0
    
    -   2022-05-27 - [14 commit(s)](https://togithub.com/mockito/mockito/compare/v4.5.1...v4.6.0) by Hervé Boutemy, K. Siva Prasad Reddy, Rafael Winterhalter, dependabot\[bot]
    -   Bump shipkit-changelog from 1.1.15 to 1.2.0 [(#&#8203;2654)](https://togithub.com/mockito/mockito/pull/2654)
    -   Bump versions.errorprone from 2.13.1 to 2.14.0 [(#&#8203;2653)](https://togithub.com/mockito/mockito/pull/2653)
    -   Bump shipkit-auto-version from 1.1.20 to 1.2.0 [(#&#8203;2651)](https://togithub.com/mockito/mockito/pull/2651)
    -   Fixes [#&#8203;2648](https://togithub.com/mockito/mockito/issues/2648) : Add support for customising strictness via [@&#8203;Mock](https://togithub.com/Mock) annotation and MockSettings [(#&#8203;2650)](https://togithub.com/mockito/mockito/pull/2650)
    -   Any way to enable Strict Stubbing when using Mockito.mock() without using [@&#8203;Mock](https://togithub.com/Mock)? [(#&#8203;2648)](https://togithub.com/mockito/mockito/issues/2648)
    -   Reintroduce inheriting type annotations from interfaces if only one interface is mocked, including additional interfaces. [(#&#8203;2645)](https://togithub.com/mockito/mockito/pull/2645)
    -   Bump com.diffplug.spotless from 6.6.0 to 6.6.1 [(#&#8203;2643)](https://togithub.com/mockito/mockito/pull/2643)
    -   fix Reproducible Build issue [(#&#8203;2642)](https://togithub.com/mockito/mockito/pull/2642)
    -   Bump com.diffplug.spotless from 6.5.2 to 6.6.0 [(#&#8203;2641)](https://togithub.com/mockito/mockito/pull/2641)
    -   Mockito mock of interfaces lost annotation information [(#&#8203;2640)](https://togithub.com/mockito/mockito/issues/2640)
    -   Bump material from 1.5.0 to 1.6.0 [(#&#8203;2637)](https://togithub.com/mockito/mockito/pull/2637)
    -   Bump com.diffplug.spotless from 6.5.1 to 6.5.2 [(#&#8203;2636)](https://togithub.com/mockito/mockito/pull/2636)
    -   Bump versions.bytebuddy from 1.12.9 to 1.12.10 [(#&#8203;2635)](https://togithub.com/mockito/mockito/pull/2635)
    -   Bump com.diffplug.spotless from 6.5.0 to 6.5.1 [(#&#8203;2632)](https://togithub.com/mockito/mockito/pull/2632)
    -   Bump com.diffplug.spotless from 6.4.2 to 6.5.0 [(#&#8203;2631)](https://togithub.com/mockito/mockito/pull/2631)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    renovate-bot authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a1bf0c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. test: remove extra println causing NPE in test (#495)

    * fix: remove extra println causing NPE in test
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * test: add delays to prevent quota issue
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * test: update import in DetectIntentIT
    
    * test: tests declare they throw InterruptedException
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    kweinmeister and gcf-owl-bot[bot] authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    30e5286 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. ci: use Java 11 for samples testing (#505)

    * ci: use Java 11 for samples testing
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * ci: Update pom.xml files for Java 11
    
    * ci: Update pom.xml
    
    * ci: Update image to Java 11
    
    * ci: revert pom.xml changes
    
    * ci: test adding GCF library
    
    * ci: fix lint issue
    
    * ci: updated samples pom.xml to use Java 11
    
    * ci: Update owlbot.py
    
    * ci: Remove temporary changes
    
    * ci: Update owlbot to replace pom.xml params
    
    * ci: remove unnecessary space
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * ci: revert createagent test
    
    * ci: update owlbot.py
    
    * ci: changed owlbot exclusion to substitution
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * ci: letting Owlbot change the samples.cfg files
    
    * ci: update regex
    
    * ci: update to owlbot.py
    
    * ci: update to owlbot.py
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    kweinmeister and gcf-owl-bot[bot] authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    a0833c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. docs: add DetectIntent samples (#500)

    * docs:add configure webhook to set form parameter as optional or required sample and test
    
    Change-Id: I75bed489bd8abefca60263acb266501810c0e856
    
    * docs: fix checkstyle
    
    Change-Id: I18be2a5c1d46ac9838cf4a15ab87dcf331ee26ee
    
    * fix checkstyle
    
    Change-Id: Ia85899f678ef1382718c2443a682770417340af2
    
    * fix checkstyle
    
    Change-Id: I4dd56107a3197027f287980fa87a15e962154783
    
    * fix multiline string
    
    Change-Id: I8dcdb0dcaad486a2fb69e0737df99bda49b28839
    
    * fix checkstyle violations
    
    Change-Id: I5f4521b3e50660f30f9f73da3d939da213084d28
    
    * fix checkstyle violations
    
    Change-Id: I39dedfba1b62be5cb4580a42dde270146f3b6f97
    
    * remove unused variable
    
    Change-Id: Ic54ae0d1f091079661f3fa67097cdcd2e888dc90
    
    * fix checkstyle violations
    
    Change-Id: Ifd303b7395844240dca0b29cde9b791112fcabe5
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix checkstyle violations
    
    Change-Id: I59e45da9f9e57b327a527f1405816ac1275fe1c8
    
    * fix checkstyle violations
    
    Change-Id: I70ff4118cc8b3111a3ed55a2fae32258d3f6819c
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * remove unnecessary samples
    
    Change-Id: I395dd5abc9a48733126ab0ecdc2a974fbf9eb471
    
    * add webhook configure session parameter sample and test
    
    Change-Id: Ia599ab7f4d432477d9952b4e12c709845f1ad97b
    
    * add webhook validate form parameter sample and test
    
    Change-Id: I8cdf93fd9e21161757d198b1338c5ab77bb3a236
    
    * fix checkstyle violations
    
    Change-Id: I90f1f626588fd59c116d119348054c914945cd1d
    
    * fix checkstyle violations
    
    Change-Id: I5ff686ab2ffc94b358bdf87b8dfc3d00f5e45657
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add detectintent with intent input sample and test
    
    Change-Id: I4a2bef88da7ed04d343da63544563130182e6aaf
    
    * docs: add detect intent samples and tests
    
    Change-Id: I8e6a26441a79b1ed44def4877c822040cb143e33
    
    * add detectintent with audio input sample and test
    
    Change-Id: I741c73d3f14bfe5f9b4ff6ec55d43f2687ac51dd
    
    * fix checkstyle violations
    
    Change-Id: I216ade5c8bca9e85850b6ab84b2a70eab0d4fd53
    
    * add detectintent with event input sample and test
    
    Change-Id: Ie0846bd780f20cd1a8406f8a1278ccf45824b646
    
    * add detectintent with sentiment analysis sample and test
    
    Change-Id: I7d8c855bd0e1a0bc19288abd968a4602a909b3df
    
    * add detectintent with webhook disabled sample and test
    
    Change-Id: Idf6c2005b7a1970e3c8227080bb91a1d408474b0
    
    * add detectintentstreamingpartialresponse sample and test
    
    Change-Id: Id1a0017757da3eee5e0556f0c7ba8954f9907ca3
    
    * add detectintentsynthesizettsoutput sample and test
    
    Change-Id: I389daae0a1b5b7fb858dd8c81ceba99475ce3ca3
    
    * fix checkstyle violations
    
    Change-Id: Ic247c4b7d50df1a6a5eb74fe0899defc63478b0e
    
    * rename detectintent with text input sample and test
    
    Change-Id: Ic9b54f74723f716cd688e780675ce878487251aa
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * change the name back
    
    Change-Id: I153f94d5c9c1c53d96365fb05c02625c2dc5f745
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix comments
    
    Change-Id: I02c0ce2e61ab74026d04103774de02fc2bb0ae6b
    
    * remove old webhook samples
    
    Change-Id: I6d2872aa1b3c77c0f08cd62a508d351066490f25
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * v3beta1 to v3
    
    Change-Id: I3850ed76ea36def3cf215c7261fa1bffba274d6e
    
    * v3beta1 to v3
    
    Change-Id: Ie0539f4a6ca8d5c9cb21ac528e09ce8f992a0486
    
    * add flag to kokoro build script
    
    Change-Id: I5c3862c61931b28772e408b5e2d68e7cc5af72d2
    
    * fix test assertion
    
    Change-Id: I2bffb8d973362d032265f7bd7b89aa88555de819
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * remove flag
    
    Change-Id: Ie3c449bdb635180653237745a8cc282afb088a57
    
    * hardcode parameters
    
    Change-Id: Iac48159892b0b6a34f31b013d446dfd66e62b8a7
    
    * move sessionID comments
    
    Change-Id: I8e3fcea6a24739cb7a1e49d7572688e22d4d0147
    
    * add main and hardcode variables
    
    Change-Id: I29f4cb587b10f46576aa36a56cde8c8fcb6e1acb
    
    * add session path comments and path format
    
    Change-Id: I327b7e90d8562c9698bc1fc4324ec249c6326436
    
    * checkstyle
    
    Change-Id: If9937d41cefcff2fa0480524d036aecf5a1fda40
    
    * checkstyle
    
    Change-Id: I9980a07e9c2ca377f669f0b80bbf16a42033d634
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix list construction
    
    Change-Id: I5115e749e47427c50e2ed0ad494525dc6f9be66a
    
    * import ArrayList
    
    Change-Id: Ibe5abeee5b6b003fc8c77eb53eb432a340629255
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    aribray and gcf-owl-bot[bot] authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5f5066d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bced2c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.14.1 (#514)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-dialogflow-cx to v0.14.1
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    1bba4de View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. docs(samples): add webhook samples (#479)

    * docs:add configure webhook to set form parameter as optional or required sample and test
    
    Change-Id: I75bed489bd8abefca60263acb266501810c0e856
    
    * docs: fix checkstyle
    
    Change-Id: I18be2a5c1d46ac9838cf4a15ab87dcf331ee26ee
    
    * fix checkstyle
    
    Change-Id: Ia85899f678ef1382718c2443a682770417340af2
    
    * fix checkstyle
    
    Change-Id: I4dd56107a3197027f287980fa87a15e962154783
    
    * fix multiline string
    
    Change-Id: I8dcdb0dcaad486a2fb69e0737df99bda49b28839
    
    * fix checkstyle violations
    
    Change-Id: I5f4521b3e50660f30f9f73da3d939da213084d28
    
    * fix checkstyle violations
    
    Change-Id: I39dedfba1b62be5cb4580a42dde270146f3b6f97
    
    * remove unused variable
    
    Change-Id: Ic54ae0d1f091079661f3fa67097cdcd2e888dc90
    
    * fix checkstyle violations
    
    Change-Id: Ifd303b7395844240dca0b29cde9b791112fcabe5
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix checkstyle violations
    
    Change-Id: I59e45da9f9e57b327a527f1405816ac1275fe1c8
    
    * fix checkstyle violations
    
    Change-Id: I70ff4118cc8b3111a3ed55a2fae32258d3f6819c
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * remove unnecessary samples
    
    Change-Id: I395dd5abc9a48733126ab0ecdc2a974fbf9eb471
    
    * add webhook configure session parameter sample and test
    
    Change-Id: Ia599ab7f4d432477d9952b4e12c709845f1ad97b
    
    * add webhook validate form parameter sample and test
    
    Change-Id: I8cdf93fd9e21161757d198b1338c5ab77bb3a236
    
    * fix checkstyle violations
    
    Change-Id: I90f1f626588fd59c116d119348054c914945cd1d
    
    * fix checkstyle violations
    
    Change-Id: I5ff686ab2ffc94b358bdf87b8dfc3d00f5e45657
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * update to use gson
    
    Change-Id: I6f645ff225e42a3485773af1b63e7b3378f95bb2
    
    * update to use gson
    
    Change-Id: I155a40ae8def8472b3e08551fc3dc112b06c68ec
    
    * update webhook-optional-or-required to use gson
    
    Change-Id: I6b4c19023982668c9c5d0c901bb72c41d3ca7457
    
    * update test
    
    Change-Id: I43ce833251dadfbc9e6c3e652ff1f278a2f7c2f2
    
    * update to use gson
    
    Change-Id: I509e163dcb69161ad8c18147bd2116b7014d4aef
    
    * fix checkstyle violations
    
    Change-Id: I2f882c298379630b71dbb533173ec3cc9ca4aee1
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * v3beta1 to v3
    
    Change-Id: If9d465d862ca5c7ae7f5e1fb03a5b09c878997a8
    
    * add flag to kokoro build script
    
    Change-Id: Ib5c9ccd81e1e6fabe1ed79fe6d3c96f455480c16
    
    * remove flag
    
    Change-Id: Ie1fc788f64c6dc14763f0c2df3ac9327ee7a1044
    
    * add flag to kokoro build script
    
    Change-Id: Ie7821b49ea0b954fdcf6ad7f0a5efd57c865c20c
    
    * remove flag
    
    Change-Id: I3ae6982f6a4f8dc3b2b4e5a404e5e46c8c8d6aaa
    
    * add kokoro flag
    
    Change-Id: Id7a7aae81cd43d920fa1fe750fb259b0d2ea0581
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add kokoro flag
    
    Change-Id: I3a4733a05b86a135642c4667a52ab7b09f462559
    
    * fix formatting
    
    Change-Id: I491c924ed2fc6dff078f1d7944a3590a24b7530f
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * remove extra gson
    
    Change-Id: I7f6b52e600a8b2513f59560fe3e727dd5d822319
    
    * fix formatting
    
    Change-Id: Icb1ff15957d93fab961b49f05492282c4363fdcd
    
    * fix formatting
    
    Change-Id: Iabb1e248e03bd5300b9aad10e0504d8d96ea564b
    
    * fix formatting
    
    Change-Id: Icd6976bd8fc1795accfda722e00270aebf69fa43
    
    * restructure json format
    
    Change-Id: I1e919a48b857e4bb4e33fb26265ec7320b1ece24
    
    * restructure json format
    
    Change-Id: Ib36de1d54869dad920e1743834be56a84d8398ba
    
    * restructure json format
    
    Change-Id: I5c7be6894f91e26a8b59a46635a65953728ae591
    
    * restructure mockito stubbing
    
    Change-Id: Id67943d85113ba436844fe5b6a39593a030a89cb
    
    * restructure mockito stubbing
    
    Change-Id: Ib1df6375ec71353f4ab62bf83c6ff7712da59acb
    
    * restructure mockito stubbing
    
    Change-Id: I3243a7b5b70010d9f181039983bdeb35098c72b2
    
    * restructure mockito stubbing
    
    Change-Id: Idd80a7b9a29f0daaabc866b35b685efff1a80f94
    
    * restructure mocks and variables
    
    Change-Id: I2faa86d33aaf5d0b8a9941779f2b17934e848c74
    
    * restructure mocks and variables
    
    Change-Id: I9accbd7282c92b409c619e717cc05aa694d6e3e7
    
    * restructure mocks and variables
    
    Change-Id: I03bdc68502f8deff333e68cd3fb36d080a9f44ca
    
    * fix variable names
    
    Change-Id: Ic196c389141e834c4d7cc54531de808b0c941801
    
    * fix variable names
    
    Change-Id: I5d4ce6132bfdfb1d709e589eaff060520da8fcc0
    
    * remove unnecessary mock
    
    Change-Id: Ibff1531d1a6e6de27fee6e409d005d657ad2c86d
    
    * remove static
    
    Change-Id: Ie67fd74d024957fc8584794f30ccc1f953fb39e4
    
    * add annotations
    
    Change-Id: I727e43c0b98c4641414d950658e78c5c30b66506
    
    * add annotations
    
    Change-Id: Ib594629756b704a701739188e2d59c0273d68a8f
    
    * add runwith import
    
    Change-Id: I32b0746e89b2131106ef965b1712981633b8488f
    
    * restructure test and mocks
    
    Change-Id: I5bdf09bd4c262c20ec84ad4255170b084c0caa69
    
    * fix imports
    
    Change-Id: I48b1628e4f60372a767c354dcd78e9c1b3e0f415
    
    * fix imports
    
    Change-Id: Icbc59fc1d313a7224c2d472b49ca144f217bbf77
    
    * fix imports
    
    Change-Id: I2591dbdd32e3f97e7f61f38d88e222ed11418c25
    
    * rename test files
    
    Change-Id: Ifcd47fd1d94f7064a0fa178a36fe3e803a8bb234
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix imports
    
    Change-Id: I65c7c53359c87b0c00afe02871f5405ce629d996
    
    * add variable
    
    Change-Id: I140b08fdb80654140055e292057c0ddc74d23921
    
    * remove json files and fix checkstyle
    
    Change-Id: Idf77efee6e42f430efab1c9aae662756d4feb92c
    
    * make public
    
    Change-Id: I6bfaf4c002f513b3e517394d745c1548f886de77
    
    * remove print
    
    Change-Id: Iff827980844223c3323db37df587a075c1f226c5
    
    * add flag to kokoro build script
    
    Change-Id: I7a2d667a3460a59963b592d1504d0a465cc03565
    
    * add mock
    
    Change-Id: Iec351ef910c551a5a511454ad8edf3da6aec0734
    
    * move mocks
    
    Change-Id: Ic1b22fd72c7e624bff8f19767ce5b15f44356e7d
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    aribray and gcf-owl-bot[bot] authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    de67b0d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. docs(samples): add try blocks to clean up resources in samples and sa…

    …mple tests (#521)
    
    * add try block to clean up resources
    
    Change-Id: Ie68f4715646942d2e78189b3477cb9a5a31713b8
    
    * docs: add try block to clean up resources
    
    Change-Id: Ibaa2bd6a9f687b67af61a5f958c37e2faf087434
    
    * add try block to clean up resources
    
    Change-Id: I60fff4d6c83d42b8921b4ed4ce6c0eea76a952c6
    
    * add try block to clean up resources
    
    Change-Id: I2facb88a81c1d76d5b2316da04cebdffba6634b9
    
    * add Thread.sleep to try blocks, fix checkstyle
    
    Change-Id: I0eab8286ac21a8becf64b541100050581016ca5d
    
    * add Thread.sleep
    
    Change-Id: I94553a4501a6bdfbdcad1360833cd5e4352d9a77
    
    * add Thread.sleep
    
    Change-Id: I123c577193306dc4625d2d56637e71e13cd06f70
    
    * add try block to clean up resources
    
    Change-Id: I38d51da44e19b7c50d09d3e32aa6b5378c8fc0e2
    
    * change fulfillmentInfo tag
    
    Change-Id: I8f0b7e31a2283c5dae7c6b377861ee03e8cbe621
    
    * add try block to clean up resources
    
    Change-Id: I3ee67b4c3ce45b18138d9382fd18f5f4646372db
    
    * add ;
    
    Change-Id: I10cb37ff93f4c28c1f94d8e221c893fe4b74835a
    
    * remove try block
    
    Change-Id: I9b5f96d7c0ee75745084ed2a277fb9dc8b76a98f
    
    * move try block
    
    Change-Id: I17eeaf75673cb24682552dd59916c0ad5d68b89a
    
    * remove try block
    
    Change-Id: I001e1bd68b5c0953d2c634239828d81bf2576a25
    
    * change fulfillmentInfo tag
    
    Change-Id: I1454736df9212b36afcd322ef3ce8c677b3500e8
    
    * checkstyle
    
    Change-Id: I10d3750668a4acb9ff18f58fdb4f1a19faf6eacc
    
    * add try block to clean up resources
    
    Change-Id: I2a56b4f9b558fbebb816fb409fdabff4ee194f2f
    
    * add catch
    
    Change-Id: I7dd46f9543256427e9d86ab4f60b4806bdb8bd9a
    
    * remove println
    
    Change-Id: Idb0f4d75d0e7902a666248c48ed4fc54aeef5e59
    
    * checkstyle
    
    Change-Id: Ie28023c2bf6422a50dc5e09128ede1e49679c95d
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add try-with-resources comment to client object creation lines in snippets
    
    Change-Id: Ic1acaa6097e972b2db35cca2f5928e826ef08964
    
    * add string.format
    
    Change-Id: I25e7e803c8d0b40e6503b6ed8c5fd1c872c4506b
    
    * update parentPath
    
    Change-Id: Id387695b0d86c30c74f796e7f57db6e1f8be43bd
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    aribray and gcf-owl-bot[bot] authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    382059f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.14.2 (#530)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.14.1` -> `0.14.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.2/compatibility-slim/0.14.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.2/confidence-slim/0.14.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.14.2`](https://togithub.com/googleapis/java-dialogflow-cx/blob/HEAD/CHANGELOG.md#&#8203;0142-httpsgithubcomgoogleapisjava-dialogflow-cxcomparev0141v0142-2022-07-13)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.14.1...v0.14.2)
    
    ##### Bug Fixes
    
    -   enable longpaths support for windows test ([#&#8203;1485](https://togithub.com/googleapis/java-dialogflow-cx/issues/1485)) ([#&#8203;516](https://togithub.com/googleapis/java-dialogflow-cx/issues/516)) ([e057843](https://togithub.com/googleapis/java-dialogflow-cx/commit/e0578432487c01f3a866dda84b5bc4c9d5efa91b))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
    renovate-bot authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    04ca1d3 View commit details
    Browse the repository at this point in the history
  2. deps: update dependency com.google.code.gson:gson to v2.9.1 (#528)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.code.gson:gson](https://togithub.com/google/gson) | `2.9.0` -> `2.9.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.1/compatibility-slim/2.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.1/confidence-slim/2.9.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>google/gson</summary>
    
    ### [`v2.9.1`](https://togithub.com/google/gson/blob/HEAD/CHANGELOG.md#Version-291)
    
    -   Make `Object` and `JsonElement` deserialization iterative rather than
        recursive ([#&#8203;1912](https://togithub.com/google/gson/issues/1912))
    -   Added parsing support for enum that has overridden toString() method ([#&#8203;1950](https://togithub.com/google/gson/issues/1950))
    -   Removed support for building Gson with Gradle ([#&#8203;2081](https://togithub.com/google/gson/issues/2081))
    -   Removed obsolete `codegen` hierarchy ([#&#8203;2099](https://togithub.com/google/gson/issues/2099))
    -   Add support for reflection access filter ([#&#8203;1905](https://togithub.com/google/gson/issues/1905))
    -   Improve `TypeToken` creation validation ([#&#8203;2072](https://togithub.com/google/gson/issues/2072))
    -   Add explicit support for `float` in `JsonWriter` ([#&#8203;2130](https://togithub.com/google/gson/issues/2130), [#&#8203;2132](https://togithub.com/google/gson/issues/2132))
    -   Fail when parsing invalid local date ([#&#8203;2134](https://togithub.com/google/gson/issues/2134))
    
    Also many small improvements to javadoc.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy40In0=-->
    renovate-bot authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    599a65d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. test(deps): update dependency org.mockito:mockito-core to v4.7.0 (#534)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.6.1` -> `4.7.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.7.0/compatibility-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.7.0/confidence-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTguMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1OC4wIn0=-->
    renovate-bot authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b9c2190 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.14.3 (#533)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.14.2` -> `0.14.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.3/compatibility-slim/0.14.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.3/confidence-slim/0.14.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTQuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1NC40In0=-->
    renovate-bot authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9dff496 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    4781140 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.14.4 (#541)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.14.3` -> `0.14.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.4/compatibility-slim/0.14.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.4/confidence-slim/0.14.3)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-dialogflow-cx</summary>
    
    ### [`v0.14.4`](https://togithub.com/googleapis/java-dialogflow-cx/blob/HEAD/CHANGELOG.md#&#8203;0144-httpsgithubcomgoogleapisjava-dialogflow-cxcomparev0143v0144-2022-09-06)
    
    [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.14.3...v0.14.4)
    
    ##### Dependencies
    
    -   Update dependency com.google.cloud.functions ([6647dc7](https://togithub.com/googleapis/java-dialogflow-cx/commit/6647dc715de5e96312a18460021d9ea9532324f7))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTIuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5Mi4zIn0=-->
    renovate-bot authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e2c781d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. test(deps): update dependency org.mockito:mockito-core to v4.8.0 (#543)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.7.0` -> `4.8.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.0/compatibility-slim/4.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.0/confidence-slim/4.7.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito</summary>
    
    ### [`v4.8.0`](https://togithub.com/mockito/mockito/releases/tag/v4.8.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 4.8.0
    
    -   2022-09-07 - [10 commit(s)](https://togithub.com/mockito/mockito/compare/v4.7.0...v4.8.0) by Alex, James Baker, Johannes Spangenberg, Kurt Alfred Kluever, Rafael Winterhalter, Thibault Helsmoortel, dependabot\[bot]
    -   GitHub Workflows security hardening [(#&#8203;2744)](https://togithub.com/mockito/mockito/pull/2744)
    -   Assign GlobalConfiguration initializer to unused variable [(#&#8203;2742)](https://togithub.com/mockito/mockito/pull/2742)
    -   Bump com.diffplug.spotless from 6.9.1 to 6.10.0 [(#&#8203;2738)](https://togithub.com/mockito/mockito/pull/2738)
    -   Drop varargs collector before invoking a user method. [(#&#8203;2736)](https://togithub.com/mockito/mockito/pull/2736)
    -   Bump versions.bytebuddy from 1.12.13 to 1.12.14 [(#&#8203;2734)](https://togithub.com/mockito/mockito/pull/2734)
    -   Remove useless thrown exception from constructor [(#&#8203;2732)](https://togithub.com/mockito/mockito/pull/2732)
    -   TypeSafeMatching no longer iterates over class methods inefficiently [(#&#8203;2729)](https://togithub.com/mockito/mockito/pull/2729)
    -   Fixes [#&#8203;2720](https://togithub.com/mockito/mockito/issues/2720): Use StackWalker on Java 9+ to create Locations [(#&#8203;2723)](https://togithub.com/mockito/mockito/pull/2723)
    -   LocationImpl adds performance overheads due to instantiating a stack trace [(#&#8203;2720)](https://togithub.com/mockito/mockito/issues/2720)
    -   Fixes [#&#8203;2626](https://togithub.com/mockito/mockito/issues/2626) : Introduce MockSettings.mockMaker [(#&#8203;2701)](https://togithub.com/mockito/mockito/pull/2701)
    -   Introduce option to disable inline-mock-maker for a specific instance [(#&#8203;2626)](https://togithub.com/mockito/mockito/issues/2626)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5My4xIn0=-->
    renovate-bot authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    e224603 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.14.5 (#548)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.14.4` -> `0.14.6` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.6/compatibility-slim/0.14.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.6/confidence-slim/0.14.4)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTUuNSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NS41In0=-->
    renovate-bot authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    7f35e3c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.14.6 (#552)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.14.5` -> `0.14.6` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.6/compatibility-slim/0.14.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.6/confidence-slim/0.14.5)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTguMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5OC4xIn0=-->
    renovate-bot authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    84fe00f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…

    …ow-cx to v0.14.7 (#582)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.14.6` -> `0.14.7` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.7/compatibility-slim/0.14.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.14.7/confidence-slim/0.14.6)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNi4wIn0=-->
    renovate-bot authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    1cb9d87 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    967453c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    088ca4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86ce9d1 View commit details
    Browse the repository at this point in the history