Bot Class

Bot resource definition.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.botservice.models._models_py3.Resource
Bot

Constructor

Bot(*, location: str | None = None, tags: Dict[str, str] | None = None, sku: _models.Sku | None = None, kind: str | _models.Kind | None = None, etag: str | None = None, properties: _models.BotProperties | None = None, **kwargs)

Keyword-Only Parameters

Name Description
location
str

Specifies the location of the resource.

tags

Contains resource tags defined as key/value pairs.

sku
Sku

Gets or sets the SKU of the resource.

kind
str or Kind

Required. Gets or sets the Kind of the resource. Known values are: "sdk", "designer", "bot", "function", and "azurebot".

etag
str

Entity Tag.

properties

The set of properties specific to bot resource.

Variables

Name Description
id
str

Specifies the resource ID.

name
str

Specifies the name of the resource.

location
str

Specifies the location of the resource.

type
str

Specifies the type of the resource.

tags

Contains resource tags defined as key/value pairs.

sku
Sku

Gets or sets the SKU of the resource.

kind
str or Kind

Required. Gets or sets the Kind of the resource. Known values are: "sdk", "designer", "bot", "function", and "azurebot".

etag
str

Entity Tag.

zones

Entity zones.

properties

The set of properties specific to bot resource.