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