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."],[[["The JSON representation describes vehicle details including make, model, license plate, color, and an optional image."],["Make and model fields are localized and displayed to users, while license plate is a required field."],["Vehicle color is optional, and images, if provided, should be in JPG or PNG format and will be displayed at 256x256px."],["An image of the vehicle can optionally be included using a URL adhering to the specified Image object format."]]],[]]