File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/advanced-personalization/src Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,12 @@ export function createAdvancedPersonalizationClient({
126
126
} ,
127
127
128
128
/**
129
- * Sends a request to compute the user\'s personalization profile.
129
+ * Sends a request to compute the real-time user\'s personalization profile.
130
130
*
131
131
* Required API Key ACLs:
132
132
* - recommendation
133
+ *
134
+ * @deprecated
133
135
* @param computeRealtimeUser - The computeRealtimeUser object.
134
136
* @param computeRealtimeUser.userToken - Unique identifier representing a user for which to fetch the personalization profile.
135
137
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -328,7 +330,7 @@ export function createAdvancedPersonalizationClient({
328
330
} ,
329
331
330
332
/**
331
- * Retrieves the user\'s personalization profiles containing search filters.
333
+ * Retrieves the real-time user\'s personalization profiles containing search filters.
332
334
*
333
335
* Required API Key ACLs:
334
336
* - recommendation
You can’t perform that action at this time.
0 commit comments