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 Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2020-12-08. Other available API versions: 2020-12-08-preview.
Link copied to clipboard
class BotArgsBuilder
Builder for BotArgs.
Link copied to clipboard
class BotResourceBuilder
Builder for Bot.
Link copied to clipboard
object HealthbotFunctions