{ "expectUserResponse": false, // [START final_response] "finalResponse": { // [START rich_response] "richResponse": { // [START item] "items": [ { // [START structured_response] "structuredResponse": { // [START order_update] "orderUpdate": { "actionOrderId": "sample_action_order_id", // [START order_state] "orderState": { "state": "CONFIRMED", "label": "Provider confirmed" }, // [END order_state] // [START receipt] "receipt": { "userVisibleOrderId": "userVisibleId1234" }, // [END receipt] // [START update_time] "updateTime": "2017-07-17T12:00:00Z", // [END update_time] // [START order_management_actions] "orderManagementActions": [ { "type": "CUSTOMER_SERVICE", "button": { "title": "Contact customer service", "openUrlAction": { "url": "mailto:support@example.com" } } }, { "type": "CUSTOMER_SERVICE", "button": { "title": "Call customer service", "openUrlAction": { "url": "tel:+18005554679" } } }, { "type": "EMAIL", "button": { "title": "Email restaurant", "openUrlAction": { "url": "mailto:person@example.com" } } }, { "type": "CALL_RESTAURANT", "button": { "title": "Call restaurant", "openUrlAction": { "url": "tel:+16505554679" } } }, { "type": "VIEW_DETAILS", "button": { "title": "View order", "openUrlAction": { "url": "https://orderview.partner.com?orderid=sample_action_order_id" } } } ], // [END order_management_actions] // [START food_orderupdate_extension] "infoExtension": { "@type": "type.googleapis.com/google.actions.v2.orders.FoodOrderUpdateExtension", "estimatedFulfillmentTimeIso8601": "2017-07-17T13:00:00Z/2017-07-17T13:30:00Z" } // [END food_orderupdate_extension] } // [END order_update] } // [END structured_response] } ] // [END item] } // [END rich_response] } // [END final_response] }