KikChannelPropertiesArgs

data class KikChannelPropertiesArgs(val apiKey: Output<String>? = null, val isEnabled: Output<Boolean>, val isValidated: Output<Boolean>? = null, val userName: Output<String>) : ConvertibleToJava<KikChannelPropertiesArgs>

The parameters to provide for the Kik channel.

Constructors

Link copied to clipboard
constructor(apiKey: Output<String>? = null, isEnabled: Output<Boolean>, isValidated: Output<Boolean>? = null, userName: Output<String>)

Properties

Link copied to clipboard
val apiKey: Output<String>? = null

Kik API key. Value only returned through POST to the action Channel List API, otherwise empty.

Link copied to clipboard
val isEnabled: Output<Boolean>

Whether this channel is enabled for the bot

Link copied to clipboard
val isValidated: Output<Boolean>? = null

Whether this channel is validated for the bot

Link copied to clipboard
val userName: Output<String>

The Kik user name

Functions

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