-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaliases.json
More file actions
35 lines (35 loc) · 834 Bytes
/
aliases.json
File metadata and controls
35 lines (35 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"canonical_intent": "save_commerce_item",
"action": "add_to_wishlist",
"aliases": [
"add to wishlist",
"add wish",
"save for later",
"save this",
"bookmark this",
"remember this",
"add to gift list",
"put this on my list",
"i want this later",
"keep this for later",
"save it",
"wishlist this",
"add to my list",
"save to wishlist",
"add to favorites",
"save for gifting"
],
"auto_offer_moments": [
"after_product_recommendations",
"when_product_url_presented",
"when_user_expresses_indecision"
],
"commerce_context_signals": [
"product_url_present",
"price_mentioned",
"retailer_mentioned",
"product_recommendation_given"
],
"default_button_label": "+W Add to Wishlist",
"helper_text": "Save for later · Gift-ready"
}