Поделиться через


root.bots.configuration object

The dialog configuration provides information specific to the bot's scope. It enables users to set up and modify their bot's settings directly within the channel or group chat after installation. To configure your bot experience see, Configure bot scope.

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