diff --git a/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/Intent.java b/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/Intent.java index 7c7d67bd4..1e5423545 100644 --- a/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/Intent.java +++ b/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/Intent.java @@ -862,10 +862,10 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { *
        * 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]; @@ -902,10 +902,10 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { *
        * 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]; diff --git a/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/intent.proto b/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/intent.proto index c6a8990c5..99e9cafd7 100644 --- a/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/intent.proto +++ b/proto-google-cloud-dialogflow-v2beta1/src/main/proto/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]; }