Package-level declarations

Types

Link copied to clipboard
class Bot : KotlinCustomResource

Azure Health Bot resource definition Uses Azure REST API version 2024-02-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. Other available API versions: 2023-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native healthbot [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-02-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. Other available API versions: 2023-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native healthbot [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Builder for BotArgs.

Link copied to clipboard
object BotMapper : ResourceMapper<Bot>
Link copied to clipboard

Builder for Bot.

Link copied to clipboard

Functions

Link copied to clipboard
fun bot(name: String): Bot
suspend fun bot(name: String, block: suspend BotResourceBuilder.() -> Unit): Bot