AssistantApiSettingsHomeGraphData
Assistant APIInfrastructureGoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsHomeGraphData
SEO Analysis
AI GeneratedBackend infrastructure with indirect SEO impact. This model (Assistant Api Settings Home Graph Data) contains 7 attributes that define its data structure. Key functionality includes: Agent ID, aka project ID. Used as the AgentDeviceId.agent_id of device when calling Home Graph Service.
Actionable Insights for SEOs
- Understanding this model helps SEOs grasp Google's internal data architecture
Attributes
7agentIdstringnilFull type: String.tAgent ID, aka project ID. Used as the AgentDeviceId.agent_id of device when calling Home Graph Service.
attributesmap(nilSee go/ha-dev-guide and HomeGraphItem.attribute in //assistant/verticals/homeautomation/proto/home_graph.proto
deviceIdstringnilFull type: String.tDevice ID, used as AgentDeviceId.device_id of device when calling Home Graph Service.
deviceTypestringnilFull type: String.tHGS device type. See java/com/google/home/graph/service/config/protoconf.pi for the exhaustive list of type strings.
shouldWriteToHomeGraphboolean(nilWhether device data should be written to Home Graph via Assistant device_settings. Assistant SDK and Google Home write their devices into Home Graph through AssistantSettingsService, while Home Automation Partner devices (e.g. SmartThings, Philips Hue, Nest, TP-Link, etc.) don't need to be written to Home Graph through AssistantSettingsService. This field decides whether AssistantSettingsService writes devices to Home Graph or not.
supportedTraitsstringnilFull type: list(String.tSupported traits of the device. See java/com/google/home/graph/service/config/protoconf.pi for the exhaustive list of trait-strings.
supportsDirectResponseboolean(nilWhether the device supports direct response. See HomeGraphItem.supports_direct_response in //assistant/verticals/homeautomation/proto/home_graph.proto