feat: regenerate google-cloud-dialogflow#17129
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the Google Cloud Dialogflow library to include support for CES tools and apps, adds comprehensive debugging information for knowledge-based features, and updates sample code to use modern asynchronous patterns. It also includes maintenance updates such as documentation link corrections, copyright year increments to 2026, and updated Python version compatibility warnings. Review feedback identified several typographical errors in the docstrings of the newly introduced Participant and KnowledgeAssist debug types, which should be corrected for clarity.
| Dialogflow CX agent have been configured to return partial | ||
| responses. | ||
| output_multiple_utterances (bool): | ||
| Optional. If multiple uttereances are |
Contributor
| indicates data serving status or answer quality | ||
| degradation. | ||
| knowledge_assist_behavior (google.cloud.dialogflow_v2.types.KnowledgeAssistDebugInfo.KnowledgeAssistBehavior): | ||
| Configured behaviors for Knowedge Assist. |
Contributor
| Query generation is blocked due to out of | ||
| quota. | ||
| QUERY_GENERATION_FAILED (2): | ||
| Call to Knowedge Assist query generation |
Contributor
| queries generated in the previous turns. | ||
| QUERY_GENERATION_RAI_FAILED (4): | ||
| Knowedge Assist generated query is blocked by | ||
| RAI (Responsible AI). |
Contributor
| QUERY_CATEGORIZATION_FAILED = 3 | ||
|
|
||
| class KnowledgeAssistBehavior(proto.Message): | ||
| r"""Configured behaviors for Knowedge Assist. |
Contributor
| deliver. | ||
| disable_sync_delivery (bool): | ||
| Whether customers configured to disable the | ||
| synchronous delivery of Knowedge Assist |
Contributor
Adds new generator options to fix the previous issues. Fixes googleapis/librarian#5333
Updates the Dialogflow API, which was previously blocked on a resource name conflict. This Pull Request also drops support for Python <=3.9 in generated packages. This is part of our ongoing effort to modernize the Cloud Python SDK libraries and remove support for End-of-Life (EOL) Python versions. - Removed Python <=3.9 from testing, configuration, and constraints files. - Resolved dependency conflicts arising from dropping Python <=3.9 support. - Cleaned up obsolete code related to Python <=3.9 support. - Updated select copyright dates - Updated some autogenerated headings - Updated some tests to resolve issues discovered during this migration.
parthea
approved these changes
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Dialogflow API, which was previously blocked on a resource
name conflict.
This Pull Request also drops support for Python <=3.9 in generated packages.
This is part of our ongoing effort to modernize the Cloud Python SDK
libraries and remove support for End-of-Life (EOL) Python versions.