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
constructor(value: Output<String>)

Properties

Link copied to clipboard
val value: Output<String>

The string that is sent to your application.

Functions

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