Dialog configuration info for bot in groupChat scope
Properties that reference this object type:
Syntax
{
"fetchTask": {boolean},
"taskInfo": {
"title": "{string}",
"width": "{string}",
"height": "{string}",
"url": "{string}"
}
}
{
"type": "object",
"additionalProperties": false,
"properties": {
"fetchTask": {
"type": "boolean",
"description": "A boolean value that indicates if it should fetch bot config task module dynamically.",
"default": false
},
"taskInfo": {
"$ref": "#/definitions/taskInfo",
"description": "Task module to be launched when fetch task set to false."
}
}
}
{
"fetchTask": {boolean},
"taskInfo": {
"title": "{string}",
"width": "{string}",
"height": "{string}",
"url": "{string}"
}
}
{
"type": "object",
"additionalProperties": false,
"properties": {
"fetchTask": {
"$ref": "#/properties/composeExtensions/items/properties/commands/items/properties/fetchTask"
},
"taskInfo": {
"$ref": "#/properties/composeExtensions/items/properties/commands/items/properties/taskInfo"
}
}
}
Properties
fetchTask
A boolean value that indicates if it should fetch bot config task module dynamically.
Supported values
Default value: False
.
taskInfo
Dialog to be launched when fetch task set to false.