BotCustomPayloadArgs

data class BotCustomPayloadArgs(val value: Output<String>) : ConvertibleToJava<BotCustomPayloadArgs>

A message in a custom format defined by the client application.

Constructors

Link copied to clipboard
fun BotCustomPayloadArgs(value: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): BotCustomPayloadArgs

Properties

Link copied to clipboard
val value: Output<String>

The string that is sent to your application.