dashboardCardContentSource.botConfiguration object

The configuration for the bot source. Required if the sourceType is set to bot.

Properties that reference this object type:

Syntax

{
  "botId": "{string}"
}

Properties

botId

The unique Microsoft app ID for the bot as registered with the Bot Framework. The ID must be a GUID.

Type
string

Required

Constraints

Supported values
The string value must be a guid.