Type
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This content outlines the different types of possible follow-up actions available.
Actions are categorized into various enums such as VIEW_DETAILS, MODIFY, CANCEL, RETURN, EXCHANGE, REORDER, REVIEW, CUSTOMER_SERVICE, FIX_ISSUE, and DIRECTION.
The EMAIL and CALL action types are deprecated, with alternatives suggested for contact purposes.
Possible follow-up actions.
Enums
TYPE_UNSPECIFIED
Unspecified action.
VIEW_DETAILS
View order details action.
MODIFY
Modify order action.
CANCEL
Cancel order action.
RETURN
Return order action.
EXCHANGE
Exchange order action.
EMAIL
email action. EMAIL and CALL types are deprecated. openUrlAction.url can be used as a phone-number or an email.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The provided content defines possible follow-up actions related to orders, categorized as enums. These actions include viewing order details, modifying, canceling, returning, exchanging, and reordering. Other actions encompass reviewing, contacting customer service, fixing issues, and obtaining directions. Email and call actions are deprecated, replaced by using a URL for phone numbers or email addresses. The actions are represented by `TYPE_UNSPECIFIED`, `VIEW_DETAILS`, `MODIFY`, `CANCEL`, `RETURN`, `EXCHANGE`, `REORDER`, `REVIEW`, `CUSTOMER_SERVICE`, `FIX_ISSUE` and `DIRECTION`.\n"]]