Skip to content

Commit 111c1c4

Browse files
authored
Merge pull request #173844 from jeffmend/patch-2
Update concepts-features.md
2 parents 593e1bd + c1f8494 commit 111c1c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/personalizer/concepts-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ The following are examples of feature namespaces used by applications:
6363
You can name feature namespaces following your own conventions as long as they are valid JSON keys. Namespaces are used to organize features into distinct sets, and to disambiguate features with similar names. You can think of namespaces as a 'prefix' that is added to feature names. Namespaces cannot be nested.
6464

6565

66-
In the following JSON, `user`, `state`, and `device` are feature namespaces.
66+
In the following JSON, `user`, `environment`, `device`, and `activity` are feature namespaces.
6767

6868
> [!Note]
69-
> Currently we strongly recommend using names for feature namespaces that are UTF-8 based and start with different letters. For example, `user`, `state`, and `device` start with `u`, `s`, and `d`. Currently having namespaces with same first characters could result in collisions in indexes used for machine learning.
69+
> Currently we strongly recommend using names for feature namespaces that are UTF-8 based and start with different letters. For example, `user`, `environment`, `device`, and `activity` start with `u`, `e`, `d`, and `a`. Currently having namespaces with same first characters could result in collisions in indexes used for machine learning.
7070
7171
JSON objects can include nested JSON objects and simple property/values. An array can be included only if the array items are numbers.
7272

@@ -94,7 +94,7 @@ JSON objects can include nested JSON objects and simple property/values. An arra
9494
}
9595
},
9696
{
97-
"userActivity" : {
97+
"activity" : {
9898
"itemsInCart": 3,
9999
"cartValue": 250,
100100
"appliedCoupon": true

0 commit comments

Comments
 (0)