custom Payload
suspend fun customPayload(value: Output<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageCustomPayloadArgs>)
suspend fun customPayload(value: V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageCustomPayloadArgs?)
Parameters
value
Configuration block for a message in a custom format defined by the client application. See custom_payload
.
suspend fun customPayload(argument: suspend V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroupMessageCustomPayloadArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for a message in a custom format defined by the client application. See custom_payload
.