Health Bot Properties Response
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.
Constructors
Link copied to clipboard
constructor(botManagementPortalLink: String, keyVaultProperties: KeyVaultPropertiesResponse? = null, provisioningState: String)