Compartilhar via


root.bots.configuration.team object

Properties that reference this object type:

Properties that reference this object type:

Syntax

{
  "fetchTask": {boolean},
  "taskInfo": {
    "title": "{string}",
    "width": "{string}",
    "height": "{string}",
    "url": "{string}"
  }
}
{
  "fetchTask": {boolean},
  "taskInfo": {
    "title": "{string}",
    "width": "{string}",
    "height": "{string}",
    "url": "{string}"
  }
}

Properties

fetchTask

A boolean value that indicates if it should fetch dialog (referred as task module in TeamsJS v1.x) dynamically.

Type
boolean

Required

Constraints

Supported values
Default value: False.

taskInfo

The dialog to preload when you use a bot.

Type
taskInfo

Required

Constraints

Supported values