{
"type": "object",
"description": "Represents a configuration for the source of the card\u2019s content.",
"properties": {
"sourceType": {
"type": "string",
"enum": [
"bot"
],
"description": "The content of the dashboard card is sourced from a bot."
},
"botConfiguration": {
"type": "object",
"description": "The configuration for the bot source. Required if sourceType is set to bot.",
"properties": {
"botId": {
"$ref": "#/definitions/guid",
"description": "The unique Microsoft app ID for the bot as registered with the Bot Framework."
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
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.