dashboardCardContentSource object

Defines the content source of a given dashboard card.

Properties that reference this object type:

Syntax

{
  "sourceType": "bot",
  "botConfiguration": {
    "botId": "{string}"
  }
}

Properties

sourceType

Represents the source of a card's content.

Type
string

Required

Constraints

Supported values
Allowed values: bot.

botConfiguration

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

Required

Constraints

Supported values