Intent Fulfillment Activity Args
data class IntentFulfillmentActivityArgs(val codeHook: Output<IntentFulfillmentActivityCodeHookArgs>? = null, val type: Output<String>) : ConvertibleToJava<IntentFulfillmentActivityArgs>
Constructors
Link copied to clipboard
fun IntentFulfillmentActivityArgs(codeHook: Output<IntentFulfillmentActivityCodeHookArgs>? = null, type: Output<String>)