Skip to content

chore: onboard google-cloud-dialogflow-cx to librarian#8754

Draft
quirogas wants to merge 1 commit into
googleapis:mainfrom
quirogas:chore/onboard-dialogflow-cx-librarian
Draft

chore: onboard google-cloud-dialogflow-cx to librarian#8754
quirogas wants to merge 1 commit into
googleapis:mainfrom
quirogas:chore/onboard-dialogflow-cx-librarian

Conversation

@quirogas

Copy link
Copy Markdown
Contributor

@quirogas quirogas self-assigned this Jun 25, 2026
@quirogas quirogas changed the title chore(dialogflow-cx): onboard google-cloud-dialogflow-cx to librarian chore: onboard google-cloud-dialogflow-cx to librarian Jun 25, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Dialogflow CX Node.js client library by enabling code generation, updating repository metadata, deprecating MP3 audio encoding in proto definitions, and adding long-running operations support along with corresponding tests across several v3beta1 clients. A critical issue was identified in the repository metadata changes, where renaming the package to "dialogflow" and "Dialogflow" would cause conflicts with the Dialogflow ES package, and a suggestion was provided to revert these names.

Comment on lines +11 to +12
"name": "dialogflow",
"name_pretty": "Dialogflow",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Changing "name" to "dialogflow" and "name_pretty" to "Dialogflow" will cause conflicts with the @google-cloud/dialogflow package (which represents Dialogflow ES). For Dialogflow CX, these fields should remain "dialogflow-cx" and "Dialogflow CX API" to ensure correct documentation routing and display.

Suggested change
"name": "dialogflow",
"name_pretty": "Dialogflow",
"name": "dialogflow-cx",
"name_pretty": "Dialogflow CX API",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a concern, looking into this.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant