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.
Stay organized with collections Save and categorize content based on your preferences.

Use this class to build an instance of ExecuteResponse.

Index

Methods

build

setErrorState

  • setErrorState ( deviceId string ,  errorCode ExecuteErrors ) : this
  • Parameters

    • deviceId: string

      Device ID of the device.

    • errorCode: ExecuteErrors

      If execution failed, provide the errorCode.

    Returns this

setRequestId

  • setRequestId ( requestId string ) : this
  • Parameters

    • requestId: string

      Request ID of the Execute intent.

    Returns this

setSuccessState

  • setSuccessState ( deviceId string ,  deviceState unknown ) : this
  • Parameters

    • deviceId: string

      Device ID of the device.

    • deviceState: unknown

      If execution was successful, provide new state of the device.

    Returns this