Stay organized with collections
Save and categorize content based on your preferences.
The Google Assistant needs to be able to associate a query with a
command to send to your device. For this to work, you need to declare what kinds
of abilities your device supports. These abilities are known as traits. You
declare these traits within your device model.
Google has already created a wide variety of common traits
found on many devices. These traits are not tied to just one device type, you can
use them as you choose.
Add a trait
You previously defined a model, now update it by adding a trait. In this case,
add an On/Off trait to control an LED attached to your device.
[[["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 Google Assistant Library for Python is deprecated and developers should utilize the Google Assistant Service instead."],["Device capabilities, known as traits, are defined within the device model to enable the Google Assistant to link user queries with device commands."],["Google provides pre-built traits for common device functionalities that can be incorporated into your device model."],["Adding a trait to your device model involves using the Actions Console to select and save the desired trait, such as the OnOff trait for controlling an LED."]]],[]]