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({
126126 } ,
127127
128128 /**
129- * Sends a request to compute the user\'s personalization profile.
129+ * Sends a request to compute the real-time user\'s personalization profile.
130130 *
131131 * Required API Key ACLs:
132132 * - recommendation
133+ *
134+ * @deprecated
133135 * @param computeRealtimeUser - The computeRealtimeUser object.
134136 * @param computeRealtimeUser.userToken - Unique identifier representing a user for which to fetch the personalization profile.
135137 * @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({
328330 } ,
329331
330332 /**
331- * Retrieves the user\'s personalization profiles containing search filters.
333+ * Retrieves the real-time user\'s personalization profiles containing search filters.
332334 *
333335 * Required API Key ACLs:
334336 * - recommendation
You can’t perform that action at this time.
0 commit comments