IntentFulfillmentActivity

data class IntentFulfillmentActivity(val codeHook: IntentFulfillmentActivityCodeHook? = null, val type: String)

Constructors

Link copied to clipboard
constructor(codeHook: IntentFulfillmentActivityCodeHook? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the Lambda function that is run to fulfill the intent. Required if type is CodeHook. Attributes are documented under code_hook.

Link copied to clipboard

How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the client application. Type can be either ReturnIntent or CodeHook, as documented here.