Introduction
APIs and Models to set up and manage your Assistant Buddies
API
Here are the list of APIs existing under Assistant Buddies category.
API | Description |
---|---|
CreateBotAsync | Creates a new Assistant Buddy inside the connected Control Room with the provided details. |
DeleteBotAsync | Deletes an existing Assistant Buddy from the connected Control Room. |
GetBotByIdAsync | Gets an Assistant Buddy with the specified Id. |
GetBotByNameAsync | Gets the details about Assistant Buddy having the specified name. |
GetBotsAsync | The API gets the details of all the Assistant Buddies from the connected Control Room.. |
UpdateBotAsync | Update the details about the specified Assistant Buddy. |
Models
Here are list of Models used in Assistant Buddies APIs.
Models | Description |
---|---|
BotInfo | The custom structure represents an instance of Bot Information ( for Assistant Buddy). |
NewBotInfo | The custom structure represents a new instance of the Bot (for Assistant Buddy) entity. |