AssistantDevicesPlatformProtoIntent

AssistantInfrastructure

GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoIntent

1
out of 10
Minimal
SEO Impact
An intent configures the behavior of a device action for this device. Next ID: 7

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Assistant Devices Platform Proto Intent) contains 6 attributes that define its data structure. Key functionality includes: List of arguments associated this intent. Each of which depends a template for the expected argument.

Actionable Insights for SEOs

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

Attributes

6
Sort:|Filter:
argSpecsstring
Default: nilFull type: %{optional(String.t

List of arguments associated this intent. Each of which depends a template for the expected argument.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoExecutionConfig.t

Instructions for the routing of this Intent.

namestring
Default: nilFull type: String.t

The name of the intent.

providedDataNamesstring
Default: nilFull type: list(String.t

List of provided data names used by this intent. Note that some built-in intents will not function properly without provided data, such as action.intent.SwitchChannel or action.intent.AppSelector.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoSecurityConfig.t

Security configuration for this Intent.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoTriggerCondition.t

The conditions which must be met by the device before executing this Intent. More than one can be provided, in which case the conditions operate with the "AND" operator, i.e. the first condition which is failed will be used to restrict the execution of this Intent.