diff --git a/docs/computeNetworkFirewallPolicyRule.csharp.md b/docs/computeNetworkFirewallPolicyRule.csharp.md
index 5c3d8afc249..0e4eca4516c 100644
--- a/docs/computeNetworkFirewallPolicyRule.csharp.md
+++ b/docs/computeNetworkFirewallPolicyRule.csharp.md
@@ -1567,7 +1567,7 @@ new ComputeNetworkFirewallPolicyRuleMatchSrcSecureTags {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Name
| string
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| Name
| string
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1579,9 +1579,7 @@ public string Name { get; set; }
- *Type:* string
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_network_firewall_policy_rule#name ComputeNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
@@ -1601,7 +1599,7 @@ new ComputeNetworkFirewallPolicyRuleTargetSecureTags {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Name
| string
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| Name
| string
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1613,9 +1611,7 @@ public string Name { get; set; }
- *Type:* string
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_network_firewall_policy_rule#name ComputeNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
diff --git a/docs/computeNetworkFirewallPolicyRule.go.md b/docs/computeNetworkFirewallPolicyRule.go.md
index e0a12ebd7eb..5ae0317bb0d 100644
--- a/docs/computeNetworkFirewallPolicyRule.go.md
+++ b/docs/computeNetworkFirewallPolicyRule.go.md
@@ -1567,7 +1567,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v8/computenetworkfirewa
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Name
| *string
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| Name
| *string
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1579,9 +1579,7 @@ Name *string
- *Type:* *string
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_network_firewall_policy_rule#name ComputeNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
@@ -1601,7 +1599,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v8/computenetworkfirewa
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Name
| *string
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| Name
| *string
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1613,9 +1611,7 @@ Name *string
- *Type:* *string
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_network_firewall_policy_rule#name ComputeNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
diff --git a/docs/computeNetworkFirewallPolicyRule.java.md b/docs/computeNetworkFirewallPolicyRule.java.md
index 87d18260b39..f3bb3dcc0bf 100644
--- a/docs/computeNetworkFirewallPolicyRule.java.md
+++ b/docs/computeNetworkFirewallPolicyRule.java.md
@@ -1808,7 +1808,7 @@ ComputeNetworkFirewallPolicyRuleMatchSrcSecureTags.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| java.lang.String
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| name
| java.lang.String
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1820,9 +1820,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_network_firewall_policy_rule#name ComputeNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
@@ -1842,7 +1840,7 @@ ComputeNetworkFirewallPolicyRuleTargetSecureTags.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| java.lang.String
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| name
| java.lang.String
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1854,9 +1852,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_network_firewall_policy_rule#name ComputeNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
diff --git a/docs/computeNetworkFirewallPolicyRule.python.md b/docs/computeNetworkFirewallPolicyRule.python.md
index 211a29f2044..dce5cc9b71a 100644
--- a/docs/computeNetworkFirewallPolicyRule.python.md
+++ b/docs/computeNetworkFirewallPolicyRule.python.md
@@ -1988,7 +1988,7 @@ computeNetworkFirewallPolicyRule.ComputeNetworkFirewallPolicyRuleMatchSrcSecureT
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| str
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| name
| str
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -2000,9 +2000,7 @@ name: str
- *Type:* str
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_network_firewall_policy_rule#name ComputeNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
@@ -2022,7 +2020,7 @@ computeNetworkFirewallPolicyRule.ComputeNetworkFirewallPolicyRuleTargetSecureTag
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| str
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| name
| str
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -2034,9 +2032,7 @@ name: str
- *Type:* str
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_network_firewall_policy_rule#name ComputeNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
diff --git a/docs/computeNetworkFirewallPolicyRule.typescript.md b/docs/computeNetworkFirewallPolicyRule.typescript.md
index 0ce574b5aeb..41f2a9ed975 100644
--- a/docs/computeNetworkFirewallPolicyRule.typescript.md
+++ b/docs/computeNetworkFirewallPolicyRule.typescript.md
@@ -1527,7 +1527,7 @@ const computeNetworkFirewallPolicyRuleMatchSrcSecureTags: computeNetworkFirewall
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| string
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| name
| string
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1539,9 +1539,7 @@ public readonly name: string;
- *Type:* string
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_network_firewall_policy_rule#name ComputeNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
@@ -1559,7 +1557,7 @@ const computeNetworkFirewallPolicyRuleTargetSecureTags: computeNetworkFirewallPo
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| string
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| name
| string
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1571,9 +1569,7 @@ public readonly name: string;
- *Type:* string
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_network_firewall_policy_rule#name ComputeNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
diff --git a/docs/computeRegionNetworkFirewallPolicyRule.csharp.md b/docs/computeRegionNetworkFirewallPolicyRule.csharp.md
index 5f3d96b6feb..13faaa41d4e 100644
--- a/docs/computeRegionNetworkFirewallPolicyRule.csharp.md
+++ b/docs/computeRegionNetworkFirewallPolicyRule.csharp.md
@@ -1612,7 +1612,7 @@ new ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Name
| string
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| Name
| string
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1624,9 +1624,7 @@ public string Name { get; set; }
- *Type:* string
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_region_network_firewall_policy_rule#name ComputeRegionNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
@@ -1646,7 +1644,7 @@ new ComputeRegionNetworkFirewallPolicyRuleTargetSecureTags {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Name
| string
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| Name
| string
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1658,9 +1656,7 @@ public string Name { get; set; }
- *Type:* string
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_region_network_firewall_policy_rule#name ComputeRegionNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
diff --git a/docs/computeRegionNetworkFirewallPolicyRule.go.md b/docs/computeRegionNetworkFirewallPolicyRule.go.md
index 91794582f88..3ec849d6fb5 100644
--- a/docs/computeRegionNetworkFirewallPolicyRule.go.md
+++ b/docs/computeRegionNetworkFirewallPolicyRule.go.md
@@ -1612,7 +1612,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v8/computeregionnetwork
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Name
| *string
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| Name
| *string
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1624,9 +1624,7 @@ Name *string
- *Type:* *string
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_region_network_firewall_policy_rule#name ComputeRegionNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
@@ -1646,7 +1644,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v8/computeregionnetwork
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Name
| *string
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| Name
| *string
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1658,9 +1656,7 @@ Name *string
- *Type:* *string
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_region_network_firewall_policy_rule#name ComputeRegionNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
diff --git a/docs/computeRegionNetworkFirewallPolicyRule.java.md b/docs/computeRegionNetworkFirewallPolicyRule.java.md
index 4dda3c5cafa..03ba145f1cd 100644
--- a/docs/computeRegionNetworkFirewallPolicyRule.java.md
+++ b/docs/computeRegionNetworkFirewallPolicyRule.java.md
@@ -1865,7 +1865,7 @@ ComputeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| java.lang.String
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| name
| java.lang.String
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1877,9 +1877,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_region_network_firewall_policy_rule#name ComputeRegionNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
@@ -1899,7 +1897,7 @@ ComputeRegionNetworkFirewallPolicyRuleTargetSecureTags.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| java.lang.String
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| name
| java.lang.String
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1911,9 +1909,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_region_network_firewall_policy_rule#name ComputeRegionNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
diff --git a/docs/computeRegionNetworkFirewallPolicyRule.python.md b/docs/computeRegionNetworkFirewallPolicyRule.python.md
index 92b75d55b23..b0ddc758fed 100644
--- a/docs/computeRegionNetworkFirewallPolicyRule.python.md
+++ b/docs/computeRegionNetworkFirewallPolicyRule.python.md
@@ -2045,7 +2045,7 @@ computeRegionNetworkFirewallPolicyRule.ComputeRegionNetworkFirewallPolicyRuleMat
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| str
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| name
| str
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -2057,9 +2057,7 @@ name: str
- *Type:* str
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_region_network_firewall_policy_rule#name ComputeRegionNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
@@ -2079,7 +2077,7 @@ computeRegionNetworkFirewallPolicyRule.ComputeRegionNetworkFirewallPolicyRuleTar
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| str
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| name
| str
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -2091,9 +2089,7 @@ name: str
- *Type:* str
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_region_network_firewall_policy_rule#name ComputeRegionNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
diff --git a/docs/computeRegionNetworkFirewallPolicyRule.typescript.md b/docs/computeRegionNetworkFirewallPolicyRule.typescript.md
index 5265595c42d..52a2cb988e0 100644
--- a/docs/computeRegionNetworkFirewallPolicyRule.typescript.md
+++ b/docs/computeRegionNetworkFirewallPolicyRule.typescript.md
@@ -1571,7 +1571,7 @@ const computeRegionNetworkFirewallPolicyRuleMatchSrcSecureTags: computeRegionNet
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| string
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| name
| string
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1583,9 +1583,7 @@ public readonly name: string;
- *Type:* string
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_region_network_firewall_policy_rule#name ComputeRegionNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
@@ -1603,7 +1601,7 @@ const computeRegionNetworkFirewallPolicyRuleTargetSecureTags: computeRegionNetwo
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| string
| Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+. |
+| name
| string
| Name of the secure tag, created with TagManager's TagValue API. |
---
@@ -1615,9 +1613,7 @@ public readonly name: string;
- *Type:* string
-Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/compute_region_network_firewall_policy_rule#name ComputeRegionNetworkFirewallPolicyRule#name}
+Name of the secure tag, created with TagManager's TagValue API.
---
diff --git a/docs/dialogflowAgent.csharp.md b/docs/dialogflowAgent.csharp.md
index 336429f0988..d5a6c4795b4 100644
--- a/docs/dialogflowAgent.csharp.md
+++ b/docs/dialogflowAgent.csharp.md
@@ -1208,9 +1208,7 @@ Determines how intents are detected from user queries.
MATCH_MODE_HYBRID: Best for agents with a small number of examples in intents and/or wide use of templates
syntax and composite entities.
MATCH_MODE_ML_ONLY: Can be used for agents with a large number of examples in intents, especially the ones
-using @sys.any or very large developer entities. Possible values: ["MATCH_MODE_HYBRID", "MATCH_MODE_ML_ONLY"]
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/dialogflow_agent#match_mode DialogflowAgent#match_mode}
+using
---
diff --git a/docs/dialogflowAgent.go.md b/docs/dialogflowAgent.go.md
index 9e178a95898..ef12de655fd 100644
--- a/docs/dialogflowAgent.go.md
+++ b/docs/dialogflowAgent.go.md
@@ -1208,9 +1208,7 @@ Determines how intents are detected from user queries.
MATCH_MODE_HYBRID: Best for agents with a small number of examples in intents and/or wide use of templates
syntax and composite entities.
MATCH_MODE_ML_ONLY: Can be used for agents with a large number of examples in intents, especially the ones
-using @sys.any or very large developer entities. Possible values: ["MATCH_MODE_HYBRID", "MATCH_MODE_ML_ONLY"]
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/dialogflow_agent#match_mode DialogflowAgent#match_mode}
+using
---
diff --git a/docs/dialogflowAgent.java.md b/docs/dialogflowAgent.java.md
index ddee9d2f0bb..98b35947448 100644
--- a/docs/dialogflowAgent.java.md
+++ b/docs/dialogflowAgent.java.md
@@ -252,9 +252,7 @@ Determines how intents are detected from user queries.
MATCH_MODE_HYBRID: Best for agents with a small number of examples in intents and/or wide use of templates
syntax and composite entities.
MATCH_MODE_ML_ONLY: Can be used for agents with a large number of examples in intents, especially the ones
-using @sys.any or very large developer entities. Possible values: ["MATCH_MODE_HYBRID", "MATCH_MODE_ML_ONLY"]
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/dialogflow_agent#match_mode DialogflowAgent#match_mode}
+using
---
@@ -1466,9 +1464,7 @@ Determines how intents are detected from user queries.
MATCH_MODE_HYBRID: Best for agents with a small number of examples in intents and/or wide use of templates
syntax and composite entities.
MATCH_MODE_ML_ONLY: Can be used for agents with a large number of examples in intents, especially the ones
-using @sys.any or very large developer entities. Possible values: ["MATCH_MODE_HYBRID", "MATCH_MODE_ML_ONLY"]
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/dialogflow_agent#match_mode DialogflowAgent#match_mode}
+using
---
diff --git a/docs/dialogflowAgent.python.md b/docs/dialogflowAgent.python.md
index 7d367196029..24d1cb326d7 100644
--- a/docs/dialogflowAgent.python.md
+++ b/docs/dialogflowAgent.python.md
@@ -249,9 +249,7 @@ Determines how intents are detected from user queries.
MATCH_MODE_HYBRID: Best for agents with a small number of examples in intents and/or wide use of templates
syntax and composite entities.
MATCH_MODE_ML_ONLY: Can be used for agents with a large number of examples in intents, especially the ones
-using @sys.any or very large developer entities. Possible values: ["MATCH_MODE_HYBRID", "MATCH_MODE_ML_ONLY"]
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/dialogflow_agent#match_mode DialogflowAgent#match_mode}
+using
---
@@ -1511,9 +1509,7 @@ Determines how intents are detected from user queries.
MATCH_MODE_HYBRID: Best for agents with a small number of examples in intents and/or wide use of templates
syntax and composite entities.
MATCH_MODE_ML_ONLY: Can be used for agents with a large number of examples in intents, especially the ones
-using @sys.any or very large developer entities. Possible values: ["MATCH_MODE_HYBRID", "MATCH_MODE_ML_ONLY"]
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/dialogflow_agent#match_mode DialogflowAgent#match_mode}
+using
---
diff --git a/docs/dialogflowAgent.typescript.md b/docs/dialogflowAgent.typescript.md
index 3948eea9dc8..4bd57e26473 100644
--- a/docs/dialogflowAgent.typescript.md
+++ b/docs/dialogflowAgent.typescript.md
@@ -1186,9 +1186,7 @@ Determines how intents are detected from user queries.
MATCH_MODE_HYBRID: Best for agents with a small number of examples in intents and/or wide use of templates
syntax and composite entities.
MATCH_MODE_ML_ONLY: Can be used for agents with a large number of examples in intents, especially the ones
-using @sys.any or very large developer entities. Possible values: ["MATCH_MODE_HYBRID", "MATCH_MODE_ML_ONLY"]
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.77.0/docs/resources/dialogflow_agent#match_mode DialogflowAgent#match_mode}
+using
---