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

Commit

Permalink
docs: clarified the deprecation of TEMPLATE in intent training phrase…
Browse files Browse the repository at this point in the history
… type (#900)

* docs: clarified the deprecation of TEMPLATE in intent training phrase type

PiperOrigin-RevId: 437265289

Source-Link: googleapis/googleapis@8e6b72f

Source-Link: googleapis/googleapis-gen@318cde2
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 29, 2022
1 parent e39b277 commit c0f5fe2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -862,10 +862,10 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum {
* <pre>
* Templates are not annotated with entity types, but they can contain
* &#64;-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.
* </pre>
*
* <code>TEMPLATE = 2 [deprecated = true];</code>
Expand Down Expand Up @@ -902,10 +902,10 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum {
* <pre>
* Templates are not annotated with entity types, but they can contain
* &#64;-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.
* </pre>
*
* <code>TEMPLATE = 2 [deprecated = true];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}

Expand Down

0 comments on commit c0f5fe2

Please sign in to comment.