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.
Vehicle
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"make": string,
"model": string,
"licensePlate": string,
"colorName": string,
"image": {
object (Image )
}
} |
Fields |
make |
string
Vehicle make (e.g. "Honda"). This is displayed to the user and must be localized. Required.
|
model |
string
Vehicle model (e.g. "Grom"). This is displayed to the user and must be localized. Required.
|
licensePlate |
string
Vehicle license plate number (e.g. "1ABC234"). Required.
|
colorName |
string
Vehicle color name, eg. black Optional.
|
image |
object (Image )
URL to a photo of the vehicle. The photo will be displayed at approximately 256x256px. Must be a jpg or png. Optional.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["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."],[[["\u003cp\u003eThe JSON representation describes vehicle details including make, model, license plate, color, and an optional image.\u003c/p\u003e\n"],["\u003cp\u003eMake and model fields are localized and displayed to users, while license plate is a required field.\u003c/p\u003e\n"],["\u003cp\u003eVehicle color is optional, and images, if provided, should be in JPG or PNG format and will be displayed at 256x256px.\u003c/p\u003e\n"],["\u003cp\u003eAn image of the vehicle can optionally be included using a URL adhering to the specified Image object format.\u003c/p\u003e\n"]]],[],null,["# Vehicle\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDetails about a vehicle\n\n| JSON representation ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"make\": string, \"model\": string, \"licensePlate\": string, \"colorName\": string, \"image\": { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/orders/patch#Image) } } ``` |\n\n| Fields ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `make` | `string` Vehicle make (e.g. \"Honda\"). This is displayed to the user and must be localized. Required. |\n| `model` | `string` Vehicle model (e.g. \"Grom\"). This is displayed to the user and must be localized. Required. |\n| `licensePlate` | `string` Vehicle license plate number (e.g. \"1ABC234\"). Required. |\n| `colorName` | `string` Vehicle color name, eg. black Optional. |\n| `image` | `object (`[Image](/assistant/df-asdk/transactions/reference/physical/rest/v3/orders/patch#Image)`)` URL to a photo of the vehicle. The photo will be displayed at approximately 256x256px. Must be a jpg or png. Optional. |"]]