Package-level declarations
Types
Link copied to clipboard
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
Link copied to clipboard
An entry of HealthBotKeysResponse
Link copied to clipboard
data class HealthBotPropertiesResponse(val botManagementPortalLink: String, val keyVaultProperties: KeyVaultPropertiesResponse? = null, val provisioningState: String)
The properties of a Azure Health Bot. The Health Bot Service is a cloud platform that empowers developers in Healthcare organizations to build and deploy their compliant, AI-powered virtual health assistants and health bots, that help them improve processes and reduce costs.
Link copied to clipboard
data class IdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)
Identity for the resource.
Link copied to clipboard
data class KeyVaultPropertiesResponse(val keyName: String, val keyVaultUri: String, val keyVersion: String? = null, val userIdentity: String? = null)
Properties of the key vault.
Link copied to clipboard
Health Bot Keys Response.
Link copied to clipboard
The resource model definition representing SKU
Link copied to clipboard
Link copied to clipboard
The details of the user assigned managed identity used by the Video Analyzer resource.