Web Chat Channel Args
data class WebChatChannelArgs(val channelName: Output<String>, val etag: Output<String>? = null, val location: Output<String>? = null, val properties: Output<WebChatChannelPropertiesArgs>? = null) : ConvertibleToJava<WebChatChannelArgs>
Web Chat channel definition
Constructors
Link copied to clipboard
constructor(channelName: Output<String>, etag: Output<String>? = null, location: Output<String>? = null, properties: Output<WebChatChannelPropertiesArgs>? = null)