Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit c0f5fe2

Browse files
docs: clarified the deprecation of TEMPLATE in intent training phrase type (#900)
* docs: clarified the deprecation of TEMPLATE in intent training phrase type PiperOrigin-RevId: 437265289 Source-Link: googleapis/googleapis@8e6b72f Source-Link: https://github.com/googleapis/googleapis-gen/commit/318cde2ee3bfd5b44acdf1f6e25b8e0a666f0764 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzE4Y2RlMmVlM2JmZDViNDRhY2RmMWY2ZTI1YjhlMGE2NjZmMDc2NCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e39b277 commit c0f5fe2

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

  • proto-google-cloud-dialogflow-v2beta1/src/main

proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/Intent.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -862,10 +862,10 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum {
862862
* <pre>
863863
* Templates are not annotated with entity types, but they can contain
864864
* &#64;-prefixed entity type names as substrings.
865-
* Template mode has been deprecated. Example mode is the only supported
866-
* way to create new training phrases. If you have existing training
867-
* phrases that you've created in template mode, those will continue to
868-
* work.
865+
* Note: Template mode has been deprecated. Example mode is the only
866+
* supported way to create new training phrases. If you have existing
867+
* training phrases in template mode, they will be removed during training
868+
* and it can cause a drop in agent performance.
869869
* </pre>
870870
*
871871
* <code>TEMPLATE = 2 [deprecated = true];</code>
@@ -902,10 +902,10 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum {
902902
* <pre>
903903
* Templates are not annotated with entity types, but they can contain
904904
* &#64;-prefixed entity type names as substrings.
905-
* Template mode has been deprecated. Example mode is the only supported
906-
* way to create new training phrases. If you have existing training
907-
* phrases that you've created in template mode, those will continue to
908-
* work.
905+
* Note: Template mode has been deprecated. Example mode is the only
906+
* supported way to create new training phrases. If you have existing
907+
* training phrases in template mode, they will be removed during training
908+
* and it can cause a drop in agent performance.
909909
* </pre>
910910
*
911911
* <code>TEMPLATE = 2 [deprecated = true];</code>

proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/intent.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@ message Intent {
227227

228228
// Templates are not annotated with entity types, but they can contain
229229
// @-prefixed entity type names as substrings.
230-
// Template mode has been deprecated. Example mode is the only supported
231-
// way to create new training phrases. If you have existing training
232-
// phrases that you've created in template mode, those will continue to
233-
// work.
230+
// Note: Template mode has been deprecated. Example mode is the only
231+
// supported way to create new training phrases. If you have existing
232+
// training phrases in template mode, they will be removed during training
233+
// and it can cause a drop in agent performance.
234234
TEMPLATE = 2 [deprecated = true];
235235
}
236236

0 commit comments

Comments
 (0)