root.bots.configuration object

Represents configuration information for the given scope of the bot.

Properties that reference this object type:

Syntax

{
  "team": {
    "fetchTask": {boolean},
    "taskInfo": {
      taskInfo object
    }
  },
  "groupChat": {
    "fetchTask": {boolean},
    "taskInfo": {
      taskInfo object
    }
  }
}
{
  "team": {
    "fetchTask": {boolean},
    "taskInfo": {
      taskInfo object
    }
  },
  "groupChat": {
    "fetchTask": {boolean},
    "taskInfo": {
      taskInfo object
    }
  }
}

Properties

team

Specifies whether the bot experience is available in the context of a channel in a team.

Type
team

Required

Constraints

Supported values

groupChat

Specifies whether the bot experience is available in a group chat.

Type
groupChat

Required

Constraints

Supported values