Web Chat Channel Response
data class WebChatChannelResponse(val channelName: String, val etag: String? = null, val location: String? = null, val properties: WebChatChannelPropertiesResponse? = null, val provisioningState: String)
Web Chat channel definition
Constructors
Link copied to clipboard
constructor(channelName: String, etag: String? = null, location: String? = null, properties: WebChatChannelPropertiesResponse? = null, provisioningState: String)