From fde04386ffafe2c6bbaa1bb5be52d7741f861ab5 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 18:40:13 +0000 Subject: [PATCH] docs: clarified the deprecation of TEMPLATE in intent training phrase type (#938) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 437265289 Source-Link: https://github.com/googleapis/googleapis/commit/8e6b72fc066dbb4950b333a86fad269cf1847a34 Source-Link: https://github.com/googleapis/googleapis-gen/commit/318cde2ee3bfd5b44acdf1f6e25b8e0a666f0764 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzE4Y2RlMmVlM2JmZDViNDRhY2RmMWY2ZTI1YjhlMGE2NjZmMDc2NCJ9 --- .../protos/google/cloud/dialogflow/v2beta1/intent.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/google-cloud-dialogflow/protos/google/cloud/dialogflow/v2beta1/intent.proto b/packages/google-cloud-dialogflow/protos/google/cloud/dialogflow/v2beta1/intent.proto index c6a8990c576..99e9cafd762 100644 --- a/packages/google-cloud-dialogflow/protos/google/cloud/dialogflow/v2beta1/intent.proto +++ b/packages/google-cloud-dialogflow/protos/google/cloud/dialogflow/v2beta1/intent.proto @@ -227,10 +227,10 @@ message Intent { // Templates are not annotated with entity types, but they can contain // @-prefixed entity type names as substrings. - // Template mode has been deprecated. Example mode is the only supported - // way to create new training phrases. If you have existing training - // phrases that you've created in template mode, those will continue to - // work. + // Note: Template mode has been deprecated. Example mode is the only + // supported way to create new training phrases. If you have existing + // training phrases in template mode, they will be removed during training + // and it can cause a drop in agent performance. TEMPLATE = 2 [deprecated = true]; }