-
Notifications
You must be signed in to change notification settings - Fork 140
Comparing changes
Open a pull request
base repository: googleapis/python-dialogflow
base: v2.10.0
head repository: googleapis/python-dialogflow
compare: v2.11.0
- 14 commits
- 98 files changed
- 6 contributors
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d563a85 - Browse repository at this point
Copy the full SHA d563a85View commit details -
ci: opt in to use multiple projects (#438)
* ci: opt in to use multiple projects * lint
Configuration menu - View commit details
-
Copy full SHA for 11fc583 - Browse repository at this point
Copy the full SHA 11fc583View commit details -
chore: update doc links from googleapis.dev to cloud.google.com (#441)
Updating the reference documentation website from googleapis.dev to cloud.google.com for the index pages. Also updating references in the README.
Configuration menu - View commit details
-
Copy full SHA for 0cec256 - Browse repository at this point
Copy the full SHA 0cec256View commit details -
feat: support document metadata filter in article suggestion (#442)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 410295622 Source-Link: googleapis/googleapis@dfa9d62 Source-Link: https://github.com/googleapis/googleapis-gen/commit/0096968b1fe0d67ca878187436e406b016e27a0d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA5Njk2OGIxZmUwZDY3Y2E4NzgxODc0MzZlNDA2YjAxNmUyN2EwZCJ9
Configuration menu - View commit details
-
Copy full SHA for 6f615f9 - Browse repository at this point
Copy the full SHA 6f615f9View commit details
Commits on Dec 12, 2021
-
chore: update python-docs-samples link to main branch (#444)
Source-Link: googleapis/synthtool@0941ef3 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2f90537dd7df70f6b663cd654b1fa5dee483cf6a4edcfd46072b2775be8a23ec Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3dabb1 - Browse repository at this point
Copy the full SHA c3dabb1View commit details
Commits on Dec 20, 2021
-
feat(v2): removed OPTIONAL for speech model variant (#447)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 416079722 Source-Link: googleapis/googleapis@14b7a25 Source-Link: https://github.com/googleapis/googleapis-gen/commit/e1b0be15a7cd3466c46f0865835e714d1e9309fb Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTFiMGJlMTVhN2NkMzQ2NmM0NmYwODY1ODM1ZTcxNGQxZTkzMDlmYiJ9 docs: added more docs for speech model variant and improved docs format for participant
Configuration menu - View commit details
-
Copy full SHA for 56efd10 - Browse repository at this point
Copy the full SHA 56efd10View commit details
Commits on Dec 21, 2021
-
feat(v2beta1): removed OPTIONAL for speech model variant (#448)
- [x] Regenerate this pull request now. PiperOrigin-RevId: 416079874 Source-Link: googleapis/googleapis@18c59ec Source-Link: https://github.com/googleapis/googleapis-gen/commit/20123bec36a248ac0e352b11854b85fa6c42d57d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjAxMjNiZWMzNmEyNDhhYzBlMzUyYjExODU0Yjg1ZmE2YzQyZDU3ZCJ9 feat(v2beta1): add support for knowledge_base in knowledge operation metadata docs(v2beta1): added more docs for speech model variant and improved docs format for participant
Configuration menu - View commit details
-
Copy full SHA for 0f60629 - Browse repository at this point
Copy the full SHA 0f60629View commit details
Commits on Dec 22, 2021
-
feat(v2): added export documentation method (#449)
- [x] Regenerate this pull request now. PiperOrigin-RevId: 417030293 Source-Link: googleapis/googleapis@ebef8e6 Source-Link: https://github.com/googleapis/googleapis-gen/commit/13951268b009d98d82355ccd9647f4350590609d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTM5NTEyNjhiMDA5ZDk4ZDgyMzU1Y2NkOTY0N2Y0MzUwNTkwNjA5ZCJ9 feat(v2): added filter in list documentations request feat(v2): added option to import custom metadata from Google Cloud Storage in reload document request feat(v2): added option to apply partial update to the smart messaging allowlist in reload document request feat(v2): added filter in list knowledge bases request
Configuration menu - View commit details
-
Copy full SHA for a43d1e9 - Browse repository at this point
Copy the full SHA a43d1e9View commit details
Commits on Dec 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a0f718a - Browse repository at this point
Copy the full SHA a0f718aView commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c83a7a0 - Browse repository at this point
Copy the full SHA c83a7a0View commit details
Commits on Jan 8, 2022
-
feat(v2beta1): added option to configure the number of sentences in t…
…he suggestion context (#453) * feat: added option to configure the number of sentences in the suggestion context PiperOrigin-RevId: 420101041 Source-Link: googleapis/googleapis@549b567 Source-Link: https://github.com/googleapis/googleapis-gen/commit/7d095a8c6a6223dd4ee772c285112483c2afb1c0 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2QwOTVhOGM2YTYyMjNkZDRlZTc3MmMyODUxMTI0ODNjMmFmYjFjMCJ9 * 🦉 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>
Configuration menu - View commit details
-
Copy full SHA for e48ea00 - Browse repository at this point
Copy the full SHA e48ea00View commit details
Commits on Jan 11, 2022
-
chore(samples): Add check for tests in directory (#455)
Source-Link: googleapis/synthtool@52aef91 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:36a95b8f494e4674dc9eee9af98961293b51b86b3649942aac800ae6c1f796d4 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dd39a2b - Browse repository at this point
Copy the full SHA dd39a2bView commit details
Commits on Jan 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 32c9c47 - Browse repository at this point
Copy the full SHA 32c9c47View commit details -
chore(main): release 2.11.0 (#456)
🤖 I have created a release *beep* *boop* --- ## [2.11.0](v2.10.0...v2.11.0) (2022-01-13) ### Features * support document metadata filter in article suggestion ([#442](#442)) ([6f615f9](6f615f9)) * **v2:** added export documentation method ([#449](#449)) ([a43d1e9](a43d1e9)) * **v2:** added filter in list documentations request ([a43d1e9](a43d1e9)) * **v2:** added filter in list knowledge bases request ([a43d1e9](a43d1e9)) * **v2:** added option to apply partial update to the smart messaging allowlist in reload document request ([a43d1e9](a43d1e9)) * **v2:** added option to import custom metadata from Google Cloud Storage in reload document request ([a43d1e9](a43d1e9)) * **v2beta1:** add support for knowledge_base in knowledge operation metadata ([0f60629](0f60629)) * **v2beta1:** added option to configure the number of sentences in the suggestion context ([#453](#453)) ([e48ea00](e48ea00)) * **v2beta1:** removed OPTIONAL for speech model variant ([#448](#448)) ([0f60629](0f60629)) * **v2:** removed OPTIONAL for speech model variant ([#447](#447)) ([56efd10](56efd10)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for d089427 - Browse repository at this point
Copy the full SHA d089427View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.10.0...v2.11.0