Get Bot Connection Result
data class GetBotConnectionResult(val etag: String? = null, val id: String, val kind: String? = null, val location: String? = null, val name: String, val properties: ConnectionSettingPropertiesResponse, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val zones: List<String>)
Bot channel resource definition
Constructors
Link copied to clipboard
fun GetBotConnectionResult(etag: String? = null, id: String, kind: String? = null, location: String? = null, name: String, properties: ConnectionSettingPropertiesResponse, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String, zones: List<String>)