Package-level declarations
Types
Link copied to clipboard
data class BotArgs(val botName: Output<String>? = null, val identity: Output<IdentityArgs>? = null, val location: Output<String>? = null, val properties: Output<HealthBotPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<BotArgs>
Azure Health Bot resource definition Uses Azure REST API version 2023-05-01. In version 1.x of the Azure Native provider, it used API version 2020-12-08. Other available API versions: 2020-12-08-preview, 2024-02-01.
Link copied to clipboard
class BotArgsBuilder
Builder for BotArgs.
Link copied to clipboard
class BotResourceBuilder
Builder for Bot.
Link copied to clipboard
object HealthbotFunctions