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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-dialogflow-cx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: googleapis/python-dialogflow-cx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 14 commits
  • 39 files changed
  • 8 contributors

Commits on Aug 2, 2021

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

Commits on Aug 12, 2021

  1. feat(v3beta1): added support for DLP templates (#143)

    PiperOrigin-RevId: 389907245
    
    Source-Link: googleapis/googleapis@114b141
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/20ed8580efd4268184fddedc5eee147b82472e68
    
    feat(v3beta1): expose `Locations` service to get/list avaliable locations of Dialogflow products 
    docs(v3beta1): reorder some fields
    gcf-owl-bot[bot] authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    7efb89c View commit details
    Browse the repository at this point in the history
  2. feat(v3): added support for DLP templates (#144)

    PiperOrigin-RevId: 389939863
    
    Source-Link: googleapis/googleapis@626df52
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/6d110f5fb7540ab832798e838d226539122fccf2
    
    feat(v3): expose `Locations` service to get/list avaliable locations of Dialogflow products
    gcf-owl-bot[bot] authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c74e3ac View commit details
    Browse the repository at this point in the history
  3. chore(python): avoid .nox directories when building docs (#145)

    Source-Link: googleapis/synthtool@7e1f6da
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:a1a891041baa4ffbe1a809ac1b8b9b4a71887293c9101c88e8e255943c5aec2d
    gcf-owl-bot[bot] authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    beca000 View commit details
    Browse the repository at this point in the history
  4. docs(samples): add agent creation code snippet (#146)

    * add agent creation code snippet
    
    * update test
    
    * Updated test
    
    * moved delete agent
    
    * lint fix
    
    * lint fix
    
    * Fixed Copyright
    galz10 authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    272fc98 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. chore: drop mention of Python 2.7 from templates (#148)

    Source-Link: googleapis/synthtool@facee4c
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:9743664022bd63a8084be67f144898314c7ca12f0a03e422ac17c733c129d803
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    b23200f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbb0aa5 View commit details
    Browse the repository at this point in the history
  3. docs(samples): add update intent sample (#142)

    * add update intent sample
    
    * fixed lint
    
    * added agent creation
    
    * fixed lint
    
    * added randomized agent name
    
    * Failing test fix
    
    * Fixed failing test
    
    * Change intent request
    
    * removed self from test
    
    * lint fix
    
    * Update samples/snippets/update_intent_test.py
    
    Co-authored-by: Leah E. Cole <[email protected]>
    
    Co-authored-by: Leah E. Cole <[email protected]>
    galz10 and leahecole authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    3e80235 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. chore: generate python samples templates in owlbot.py (#149)

    Generate python samples templates in owlbot.py
    busunkim96 authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    ddf6787 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

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

Commits on Aug 23, 2021

  1. docs(samples): add region tags (#151)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-dialogflow-cx/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    galz10 authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    788b67a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. chore: migrate to main branch (#154)

    * docs: migrate to main branch
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: update owlbot
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: update owlbot
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    dandhlee and gcf-owl-bot[bot] authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    8a7330f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. docs: clarified LRO types (#156)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 393365899
    
    Source-Link: googleapis/googleapis@4309574
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/4878f59e85c95457eb87a515f8bf739a2ec769cf
    
    docs: fixed incorrect update mask descriptions
    gcf-owl-bot[bot] authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    a50e8dc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. chore: release 1.3.0 (#147)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [1.3.0](https://www.github.com/googleapis/python-dialogflow-cx/compare/v1.2.0...v1.3.0) (2021-08-27)
    
    
    ### Features
    
    * **v3:** added support for DLP templates ([#144](https://www.github.com/googleapis/python-dialogflow-cx/issues/144)) ([c74e3ac](https://www.github.com/googleapis/python-dialogflow-cx/commit/c74e3acb609363cdf941586e98ed2c8c5804980b))
    * **v3beta1:** added support for DLP templates ([#143](https://www.github.com/googleapis/python-dialogflow-cx/issues/143)) ([7efb89c](https://www.github.com/googleapis/python-dialogflow-cx/commit/7efb89cc6311e1df9d03740ba6d078af3f79559e))
    * **v3beta1:** expose `Locations` service to get/list avaliable locations of Dialogflow products ([7efb89c](https://www.github.com/googleapis/python-dialogflow-cx/commit/7efb89cc6311e1df9d03740ba6d078af3f79559e))
    * **v3:** expose `Locations` service to get/list avaliable locations of Dialogflow products ([c74e3ac](https://www.github.com/googleapis/python-dialogflow-cx/commit/c74e3acb609363cdf941586e98ed2c8c5804980b))
    
    
    ### Documentation
    
    * clarified LRO types  ([#156](https://www.github.com/googleapis/python-dialogflow-cx/issues/156)) ([a50e8dc](https://www.github.com/googleapis/python-dialogflow-cx/commit/a50e8dca8952cea19be2587ee68c600a41a92eeb))
    * fixed incorrect update mask descriptions ([a50e8dc](https://www.github.com/googleapis/python-dialogflow-cx/commit/a50e8dca8952cea19be2587ee68c600a41a92eeb))
    * **samples:** add agent creation code snippet ([#146](https://www.github.com/googleapis/python-dialogflow-cx/issues/146)) ([272fc98](https://www.github.com/googleapis/python-dialogflow-cx/commit/272fc9879e536f7a9ea31d8c10169cf644170769))
    * **samples:** add region tags ([#150](https://www.github.com/googleapis/python-dialogflow-cx/issues/150)) ([54ea84d](https://www.github.com/googleapis/python-dialogflow-cx/commit/54ea84d58064a7c8d0a71f020a0c8cf36ac157bd))
    * **samples:** add region tags ([#151](https://www.github.com/googleapis/python-dialogflow-cx/issues/151)) ([788b67a](https://www.github.com/googleapis/python-dialogflow-cx/commit/788b67a8c966788a70a5d683a5e79e3a289c7ba3))
    * **samples:** add update intent sample ([#142](https://www.github.com/googleapis/python-dialogflow-cx/issues/142)) ([3e80235](https://www.github.com/googleapis/python-dialogflow-cx/commit/3e80235277a0df12644d743f6853ba45263a1239))
    * **v3beta1:** reorder some fields ([7efb89c](https://www.github.com/googleapis/python-dialogflow-cx/commit/7efb89cc6311e1df9d03740ba6d078af3f79559e))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    4c61da4 View commit details
    Browse the repository at this point in the history
Loading