Optional. Information of current context of the request. Includes but isn't limited to active media session info or canvas info.
Required. Info on the device the user is using to interact with the Action.
Required. Information to fulfillment on how to handle the request. For example a request intending to get a fact might have a handler with a name of "getFact".
Optional. Information related to the HomeGraph structure that the target device belongs to. See https://developers.google.com/actions/smarthome/concepts/homegraph.
Required. Represents the last matched intent.
Optional. Info on the current and next scene when the function was called. Will be filled when the fulfillment call is made within the scope of a scene.
Required. Holds session data like the session id and session parameters.
Required. User who initiated the conversation.
Generated using TypeDoc
Represents a request sent to a developer's fulfillment by Google.