Skip to content

Commit fde0438

Browse files
docs: clarified the deprecation of TEMPLATE in intent training phrase type (#938)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 437265289 Source-Link: googleapis/googleapis@8e6b72f Source-Link: googleapis/googleapis-gen@318cde2 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzE4Y2RlMmVlM2JmZDViNDRhY2RmMWY2ZTI1YjhlMGE2NjZmMDc2NCJ9
1 parent 93b11ae commit fde0438

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • packages/google-cloud-dialogflow/protos/google/cloud/dialogflow/v2beta1

packages/google-cloud-dialogflow/protos/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)