AssistantDevicesPlatformProtoTimerCapability

GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoTimerCapability


Table of Contents ▼

Jump to a specific part of the page:

Description

Capability with regard to support of timers by the client.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. maxSupportedExtendedTimerDuration (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration, default: nil)
    - 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. Zero or unset indicates no maximum limit.
  2. maxSupportedTimerDuration (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration, default: nil)
    - Maximum timer duration supported by the client. Zero or unset indicates no maximum limit.
  3. maxSupportedTimers (type: integer(), default: nil)
    - Maximum number of timers that can be created on the client. Zero or unset indicates no maximum limit.
  4. supportsMutateAction (type: boolean(), default: nil)
    - Whether the client supports the MUTATE timer action. If this is false, mutate operations may be handled by sending a pair of REMOVE and CREATE timer actions to replace the existing timer instead of mutating it.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoTimerCapability{
maxSupportedExtendedTimerDuration: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t() | nil,
maxSupportedTimerDuration: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t() | nil,
maxSupportedTimers: integer() | nil,
supportsMutateAction: boolean() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoTimerCapability