From 9fac2ff111dc1e95f71b01b35a1746d2eb7fbaa7 Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 30 Jan 2025 10:02:51 -0800 Subject: [PATCH] Update ChatEngine documentation (#12907) (#9184) [upstream:de41d5d077af282f1bfde22f2c1a6a136c3e96aa] Signed-off-by: Modular Magician --- .changelog/12907.txt | 3 +++ .../discoveryengine/resource_discovery_engine_chat_engine.go | 2 +- website/docs/r/discovery_engine_chat_engine.html.markdown | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .changelog/12907.txt diff --git a/.changelog/12907.txt b/.changelog/12907.txt new file mode 100644 index 0000000000..c8e96d7884 --- /dev/null +++ b/.changelog/12907.txt @@ -0,0 +1,3 @@ +```release-note:none +discoveryengine: update description for the `data_store_ids` field in `google_discovery_engine_chat_engine` resource. +``` \ No newline at end of file diff --git a/google-beta/services/discoveryengine/resource_discovery_engine_chat_engine.go b/google-beta/services/discoveryengine/resource_discovery_engine_chat_engine.go index b439406e62..9494c6a91a 100644 --- a/google-beta/services/discoveryengine/resource_discovery_engine_chat_engine.go +++ b/google-beta/services/discoveryengine/resource_discovery_engine_chat_engine.go @@ -117,7 +117,7 @@ Exactly one of 'agent_creation_config' or 'dialogflow_agent_to_link' must be set "data_store_ids": { Type: schema.TypeList, Required: true, - Description: `The data stores associated with this engine. Multiple DataStores in the same Collection can be associated here. All listed DataStores must be 'SOLUTION_TYPE_CHAT'. Adding or removing data stores will force recreation.`, + Description: `The data stores associated with this engine. Multiple DataStores in the same Collection can be associated here. All listed DataStores must be 'SOLUTION_TYPE_CHAT'.`, MinItems: 1, Elem: &schema.Schema{ Type: schema.TypeString, diff --git a/website/docs/r/discovery_engine_chat_engine.html.markdown b/website/docs/r/discovery_engine_chat_engine.html.markdown index cea322ff9e..e5149cdbde 100644 --- a/website/docs/r/discovery_engine_chat_engine.html.markdown +++ b/website/docs/r/discovery_engine_chat_engine.html.markdown @@ -126,7 +126,7 @@ The following arguments are supported: * `data_store_ids` - (Required) - The data stores associated with this engine. Multiple DataStores in the same Collection can be associated here. All listed DataStores must be `SOLUTION_TYPE_CHAT`. Adding or removing data stores will force recreation. + The data stores associated with this engine. Multiple DataStores in the same Collection can be associated here. All listed DataStores must be `SOLUTION_TYPE_CHAT`. * `chat_engine_config` - (Required)