קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
כדי לשלוח למכשיר שלכם שאילתה לפקודה, Google Assistant צריכה להיות מסוגלת לשייך אותה לפקודה. כדי שזה יעבוד, אתם צריכים להצהיר על סוגי היכולות שנתמכים במכשיר. היכולות האלה נקראות תכונות. מצהירים על התכונות האלה בדגם המכשיר.
Google כבר יצרה מגוון רחב של תכונות נפוצות שנמצאות במכשירים רבים. התכונות האלה לא קשורות רק לסוג מכשיר אחד, ואפשר להשתמש בהן בכל שלב.
הוספת trait
בעבר הגדרת מודל, עכשיו צריך לעדכן אותו על ידי הוספת תכונה. במקרה כזה,
כדאי להוסיף תכונה של הפעלה/כיבוי כדי לשלוט בנורית שמחוברת למכשיר.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2023-12-02 (שעון 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."]]],["Device traits define a device's abilities for the Google Assistant. To add a trait, access the Actions Console, select the \"Device registration\" tab, and edit the desired model. Within the model, add the desired trait by clicking the pencil icon in the \"Supported traits\" box and selecting it, like the \"OnOff\" trait for LED control, then save. The Google Assistant Library for Python is deprecated, use the Google Assistant Service instead.\n"]]