Managed Bots
Managed Bots
BotTrigger
The request model
{
"intent": "string",
"botDeployments": [
{
"environment": "environment",
"botId": "string",
"initialContext": {
"additionalProp1": {
"type": "string",
"value": ""
},
"additionalProp2": {
"type": "string",
"value": ""
},
"additionalProp3": {
"type": "string",
"value": ""
}
}
}
]
}Description of the request model
BotTrigger API endpoints
Triggering a ManagedBot
API Methods
Description API endpoint required path parameters
Example :
1/Create a BotTrigger
2/Trigger the ManagedBot
Last updated
Was this helpful?