Skip to content

Commit

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

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 437265289

Source-Link: googleapis/googleapis@8e6b72f

Source-Link: googleapis/googleapis-gen@318cde2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzE4Y2RlMmVlM2JmZDViNDRhY2RmMWY2ZTI1YjhlMGE2NjZmMDc2NCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Mar 25, 2022
1 parent 93b11ae commit fde0438
Showing 1 changed file with 4 additions and 4 deletions.
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 fde0438

Please sign in to comment.