@coveo/relay-event-types 19.21.0 → 20.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/relay-event-types.d.ts +2 -2
package/package.json
CHANGED
package/relay-event-types.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ interface Base {
|
|
|
17
17
|
|
|
18
18
|
interface BaseItemClick extends Base {
|
|
19
19
|
/**
|
|
20
|
-
* A unique identifier for the response of a service which returned the list of relevant items.
|
|
20
|
+
* A unique identifier for the response of a service which returned the list of relevant items. In a conversational context, use the turnId from the agent turn response.
|
|
21
21
|
*/
|
|
22
22
|
responseId?: UuidNotNull;
|
|
23
23
|
/**
|
|
@@ -233,7 +233,7 @@ export namespace Ec {
|
|
|
233
233
|
*/
|
|
234
234
|
position: number;
|
|
235
235
|
/**
|
|
236
|
-
* Response ID linked to the
|
|
236
|
+
* Response ID linked to the API response that generated the clicked item's impression. In a conversational context, use the turnId from the agent turn response rather than the internal commerce request's responseId.
|
|
237
237
|
*/
|
|
238
238
|
responseId: UuidNotNull;
|
|
239
239
|
currency: CurrencyCodeISO4217;
|