File tree Expand file tree Collapse file tree
google/cloud/dialogflow/v2beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments