Transactions API will be deprecated on May 3, 2023, ahead of the Conversational Actions sunset on June 13, 2023. For more information, see Conversational Actions sunset.
time construct to represent time of an event to use when displaying an order to the user.
JSON representation
{"timeIso8601": string}
Fields
timeIso8601
string
Represents an order-event time like reservation time, delivery time and so on. Could be a duration (start & end time), just the date, date time etc. Refer https://en.wikipedia.org/wiki/ISO_8601 for all supported formats.
[[["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 content defines a JSON structure for representing event times related to orders. The key component is `timeIso8601`, a string field that utilizes the ISO 8601 standard. This field captures various time representations, including durations, dates, and date-times, crucial for conveying order-related events like reservation or delivery times to users. The format's flexibility allows diverse time information to be displayed.\n"]]