Skip to main content

Introduction

APIs and Models to set up and manage your Assistant Buddies

API

Here are the list of APIs existing under Assistant Buddies category.

APIDescription
CreateBotAsyncCreates a new Assistant Buddy inside the connected Control Room with the provided details.
DeleteBotAsyncDeletes an existing Assistant Buddy from the connected Control Room.
GetBotByIdAsyncGets an Assistant Buddy with the specified Id.
GetBotByNameAsyncGets the details about Assistant Buddy having the specified name.
GetBotsAsyncThe API gets the details of all the Assistant Buddies from the connected Control Room..
UpdateBotAsyncUpdate the details about the specified Assistant Buddy.

Models

Here are list of Models used in Assistant Buddies APIs.

ModelsDescription
BotInfoThe custom structure represents an instance of Bot Information ( for Assistant Buddy).
NewBotInfoThe custom structure represents a new instance of the Bot (for Assistant Buddy) entity.