편집

다음을 통해 공유


teamsAppDashboardCardBotConfiguration resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the bot configuration for a dashboard card in a teamsApp.

Properties

Property Type Description
botId String The ID (usually a GUID) of the bot associated with the specific teamsAppDefinition. This is a unique app ID for the bot as registered with the Bot Framework.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamsAppDashboardCardBotConfiguration",
  "botId": "String"
}