HealthBotPropertiesArgs

data class HealthBotPropertiesArgs(val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null) : ConvertibleToJava<HealthBotPropertiesArgs>

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(keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null)

Properties

Link copied to clipboard

KeyVault properties for the resource encryption.

Functions

Link copied to clipboard
open override fun toJava(): HealthBotPropertiesArgs