FacebookChannelPropertiesResponse

data class FacebookChannelPropertiesResponse(val appId: String, val appSecret: String? = null, val callbackUrl: String, val isEnabled: Boolean, val pages: List<FacebookPageResponse>? = null, val verifyToken: String)

The parameters to provide for the Facebook channel.

Constructors

Link copied to clipboard
constructor(appId: String, appSecret: String? = null, callbackUrl: String, isEnabled: Boolean, pages: List<FacebookPageResponse>? = null, verifyToken: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Facebook application id

Link copied to clipboard
val appSecret: String? = null

Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty.

Link copied to clipboard

Callback Url

Link copied to clipboard

Whether this channel is enabled for the bot

Link copied to clipboard

The list of Facebook pages

Link copied to clipboard

Verify token. Value only returned through POST to the action Channel List API, otherwise empty.