curl --request GET \
--url https://api.helloannie.com/v1/bots/{id}{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Susan",
"internalName": "general_practice_bot",
"external_id": "practice_123_main_bot",
"childBots": [
"550e8400-e29b-41d4-a716-446655440001",
"550e8400-e29b-41d4-a716-446655440002"
]
}
}curl --request GET \
--url https://api.helloannie.com/v1/bots/{id}{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Susan",
"internalName": "general_practice_bot",
"external_id": "practice_123_main_bot",
"childBots": [
"550e8400-e29b-41d4-a716-446655440001",
"550e8400-e29b-41d4-a716-446655440002"
]
}
}OK
Show child attributes
Unique identifier for the bot
"550e8400-e29b-41d4-a716-446655440000"
The bot's given name
"Susan"
Internal identifier to categorize the bot type
"general_practice_bot"
Optional external identifier from client's system
"practice_123_main_bot"
Array of child bot IDs that this bot can delegate conversations to
[
"550e8400-e29b-41d4-a716-446655440001",
"550e8400-e29b-41d4-a716-446655440002"
]