Add missing tool types and schema enhancements to google_ces_tool resource#1336
Merged
Conversation
…ource (#17758) [upstream:c59c36c347e1667c24f685dac208861fd12eb5b2] Signed-off-by: Modular Magician <magic-modules@google.com>
232120c
into
terraform-google-modules:master
1 check passed
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.
Add missing tool types and schema enhancements to google_ces_tool
This PR completes the schema coverage for the
google_ces_toolresource in Magic Modules to bring it into full parity with the Customer Engagement Suite (CES) REST API. It adds entirely missing customer-managed tool types, exposes read-only platform-managed tool blocks, and resolves several missing attribute gaps in the existing tools.Documentation
https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/reference/rest/v1/projects.locations.apps.tools#resource:-tool
Technical Details
agentToolfileSearchToolwidgetToolremoteAgentToolconnectorToolmcpToolpromptConfigwith customtextPromptandvoicePromptsettings togoogleSearchTool.dataStoreSourceandfilterParameterBehaviortodataStoreTool(with mutual exclusivityconflicts:tags configured againstengineSource).docs.noteblock at the top ofTool.yamldetailing the relationship betweengoogle_ces_toolandgoogle_ces_toolset.ces_tool_agent_basic.tf.tmpl,ces_tool_file_search_basic.tf.tmpl, andces_tool_widget_basic.tf.tmpl) to showcase the new tools.Verification Results
Derived from GoogleCloudPlatform/magic-modules#17758