IntentFulfillmentActivityArgs

data class IntentFulfillmentActivityArgs(val codeHook: Output<IntentFulfillmentActivityCodeHookArgs>? = null, val type: Output<String>) : ConvertibleToJava<IntentFulfillmentActivityArgs>

Constructors

Link copied to clipboard
constructor(codeHook: Output<IntentFulfillmentActivityCodeHookArgs>? = null, type: Output<String>)

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
val type: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): IntentFulfillmentActivityArgs