| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the bot configuration for a dashboard card in a teamsApp.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamsAppDashboardCardBotConfiguration",
"botId": "String"
}