ResponsePlanChatChannelArgs

data class ResponsePlanChatChannelArgs(val chatbotSns: Output<List<String>>? = null) : ConvertibleToJava<ResponsePlanChatChannelArgs>

The chat channel configuration.

Constructors

Link copied to clipboard
fun ResponsePlanChatChannelArgs(chatbotSns: Output<List<String>>? = null)

Functions

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

Properties

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