GetBotResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource.

Link copied to clipboard

The identity of the Azure Health Bot.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The set of properties specific to Azure Health Bot resource.

Link copied to clipboard

SKU of the Azure Health Bot.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource.