{
"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."
}
}
}
Properties
fetchTask
A boolean value that indicates if it should fetch bot config task module dynamically.
Type
boolean
Required
—
Constraints
Supported values
Default value: False.
taskInfo
Dialog to be launched when fetch task set to false.