{ "id": "<string>", "chatId": "<string>", "type": "<string>", "content": "<string>", "suggestions": [ "<string>" ], "products": [ { "gtin": "<string>", "brand": "<string>", "designation": "<string>", "url": "<string>", "image": "<string>", "price": 123, "priceInfo": "<string>", "currency": "<string>", "location": [ { "key": "<string>", "value": "<string>" } ], "availability": { "status": "<string>", "quantity": 123 }, "category": "<string>", "query": "<string>", "description": "<string>", "recommendationText": "<string>", "flags": [ { "type": "<string>", "title": "<string>", "text": "<string>" } ] } ], "createdAt": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes