Web Chat Channel Properties Response
data class WebChatChannelPropertiesResponse(val sites: List<WebChatSiteResponse>? = null, val webChatEmbedCode: String)
The parameters to provide for the Web Chat channel.
Constructors
Link copied to clipboard
fun WebChatChannelPropertiesResponse(sites: List<WebChatSiteResponse>? = null, webChatEmbedCode: String)