Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Device

Required. Info on the device the user is using to interact with the Action.

Represents the device the user is using to make a request to the Action.

Optional. Use to move between Assistant devices the user has access to.

Hierarchy

  • Device

Properties

Optional capabilities

capabilities: Capability[]

Required. the capabilities of the device making a request to the Action.

Optional currentLocation

currentLocation: Location

Optional. The device location of the user. Note, this is only populated after location permissions are granted by the end user. See the location message for more details on which fields are set depending on coarse vs. fine grained permission.

Optional timeZone

timeZone: TimeZone

Optional. Timezone associated with the request used to resolve datetime values. If not set, "UTC" is used.

Generated using TypeDoc