ResponsePlanChatChannel

data class ResponsePlanChatChannel(val chatbotSns: List<String>? = null)

The chat channel configuration.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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