AssistantApiClockCapabilities

Assistant APIInfrastructure

GoogleApi.ContentWarehouse.V1.Model.AssistantApiClockCapabilities

1
out of 10
Minimal
SEO Impact
Used to describe clock capabilities of the device (for example, capabilities related to maximum number of supported alarms and timers that can be created on the device). Fields may be populated by clients or be backfilled by SAL (in case of Timon, for example).

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Assistant Api Clock Capabilities) contains 6 attributes that define its data structure. Key functionality includes: Maximum number of alarms that can be created on the client.

Actionable Insights for SEOs

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

Attributes

6
Sort:|Filter:
maxSupportedAlarmsinteger(
Default: nil

Maximum number of alarms that can be created on the client.

maxSupportedExtendedTimerDurationAssistantApiDuration →
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t

Maximum extended timer duration supported by the client. The extended timer duration is the total start-to-finish duration after an AddTimeToTimer operation. E.g. if a user sets a timer for 30 minutes, and later adds 10 minutes, the extended duration is 40 minutes.

maxSupportedTimerDurationAssistantApiDuration →
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t

Maximum duration of timers that can be created on the client.

maxSupportedTimersinteger(
Default: nil

Maximum number of timers that can be created on the client.

preferredStopwatchProviderAssistantApiCoreTypesProvider →
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProvider.t

The preferred provider to use for stopwatch related functionality.

restrictAlarmsToNext24hboolean(
Default: nil

Whether the client restricts alarms to ring within the next 24 hours.