AssistantDevicesPlatformProtoTriggerCondition

AssistantInfrastructure

GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoTriggerCondition

1
out of 10
Minimal
SEO Impact
A TriggerCondition is described as a set of states which must be met by the device. It also includes instructions to the Assistant on what kind of response to execute when the condition is not met.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Assistant Devices Platform Proto Trigger Condition) contains 3 attributes that define its data structure. Key functionality includes: The map of state keys along with their values which must be returned by the device, for example to start the dishwasher you may require states: {"door...

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

3
Sort:|Filter:
requiredStateValuesstring
Default: nilFull type: %{optional(String.t

The map of state keys along with their values which must be returned by the device, for example to start the dishwasher you may require states: {"door": "CLOSED", "detergent_status": "READY"}.

simpleTtsstring
Default: nilFull type: String.t

A simple TTS to play.

statusstring
Default: nilFull type: String.t

Refers to a defined ConditionalResult keyed by its status. It could be a built-in or custom ConditionalResult for this Intent. Note: the states provided by the device MUST contain all of the states required by the ConditionalResult.