teamworkBot resource type

Namespace: microsoft.graph

Represents a bot in the Microsoft Teams ecosystem.

Methods

Method Return type Description
Get bot teamworkBot Read the properties and relationships of a teamworkBot object.

Properties

Property Type Description
id String The ID of the bot associated with the specific teamsAppDefinition. This value is usually a GUID.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.teamworkBot",
  "id": "String (identifier)"
}