hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.33k stars 1.73k forks source link

google_discovery_engine_chat_engine.chat_engine_config interface is missing "dialogflowAgentToLink" #19001

Open gvagenas opened 3 months ago

gvagenas commented 3 months ago

Community Note

Description

According to the Google API docs https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1/projects.locations.collections.engines one can provide to the "ChatEngineConfig" either "agentCreationConfig" or "dialogflowAgentToLink" but the Terraform Google provider doesn't support the "dialogflowAgentToLink" option.

New or Affected Resource(s)

Potential Terraform Configuration

n/a

References

No response

b/359238532

SDonkelaarGDD commented 2 months ago

We are currently blocked by the lack of this feature and really want to pick this up. Can it be assigned to me?