WebChatChannelPropertiesArgs

data class WebChatChannelPropertiesArgs(val sites: Output<List<WebChatSiteArgs>>? = null) : ConvertibleToJava<WebChatChannelPropertiesArgs>

The parameters to provide for the Web Chat channel.

Constructors

Link copied to clipboard
constructor(sites: Output<List<WebChatSiteArgs>>? = null)

Properties

Link copied to clipboard
val sites: Output<List<WebChatSiteArgs>>? = null

The list of Web Chat sites

Functions

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