Bot

class Bot : KotlinCustomResource

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.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:healthbot:Bot samplebotname /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthBot/healthBots/{botName}

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The identity of the Azure Health Bot.

Link copied to clipboard
val location: Output<String>

The geo-location where the resource lives

Link copied to clipboard
val name: Output<String>

The name of the resource

Link copied to clipboard

The set of properties specific to Azure Health Bot resource.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sku: Output<SkuResponse>

SKU of the Azure Health Bot.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource

Link copied to clipboard
val tags: Output<Map<String, String>>?

Resource tags.

Link copied to clipboard
val type: Output<String>

The type of the resource.

Link copied to clipboard
val urn: Output<String>