Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.08 KB

File metadata and controls

42 lines (32 loc) · 1.08 KB
title teamsAppDashboardCardBotConfiguration resource type
description Represents the bot configuration for a dashboard card in a teamsApp.
author ashish-goel
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 03/06/2024

teamsAppDashboardCardBotConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
}