codeHook

@JvmName(name = "bedqmvvjyrmxgplp")
suspend fun codeHook(value: Output<IntentFulfillmentActivityCodeHookArgs>)
@JvmName(name = "lypapwcwfcldgoax")
suspend fun codeHook(value: IntentFulfillmentActivityCodeHookArgs?)

Parameters

value

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


@JvmName(name = "ivqaybcbmydpghef")
suspend fun codeHook(argument: suspend IntentFulfillmentActivityCodeHookArgsBuilder.() -> Unit)

Parameters

argument

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