Get Bot Result
data class GetBotResult(val id: String, val identity: IdentityResponse? = null, val location: String, val name: String, val properties: HealthBotPropertiesResponse, val sku: SkuResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Azure Health Bot resource definition
Constructors
Link copied to clipboard
constructor(id: String, identity: IdentityResponse? = null, location: String, name: String, properties: HealthBotPropertiesResponse, sku: SkuResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)