Welcome to the Google Home Developer Center, the new destination for learning how to develop smart home actions. Note: You'll continue building actions in the Actions console.

Generic intent request interface.

Type parameters

  • D

  • T = {}

Index

Properties

Properties

devices

devices: RegisteredDevice[]

inputs

inputs: Array<{ intent: Intents; payload: { device: D; params?: T; structureData: unknown } }>

requestId

requestId: string