payload

@JvmName(name = "mprdpqbkywxephvo")
suspend fun payload(value: Output<DetectorModelPayloadArgs>)
@JvmName(name = "pngwrsoxrdjdqrxv")
suspend fun payload(value: DetectorModelPayloadArgs?)

Parameters

value

Information needed to configure the payload. By default, ITE generates a standard payload in JSON for any action. This action payload contains all attribute-value pairs that have the information about the detector model instance and the event triggered the action. To configure the action payload, you can use `contentExpression`.


@JvmName(name = "elcljhfcdlqxhwfm")
suspend fun payload(argument: suspend DetectorModelPayloadArgsBuilder.() -> Unit)

Parameters

argument

Information needed to configure the payload. By default, ITE generates a standard payload in JSON for any action. This action payload contains all attribute-value pairs that have the information about the detector model instance and the event triggered the action. To configure the action payload, you can use `contentExpression`.