BotInfo
Description
The custom structure represents an instance of Bot Information ( for Assistant Buddy).
Constructor
| Constructor | Description |
|---|---|
| BotInfo | Initializes a new instance of the BotInfo object model. |
Properties
| Property | Description |
|---|---|
| BotId | Gets the Id of the Bot. |
| BotGuid | Gets the GUID value assigned to the Bot. |
| BotName | Gets or sets Name of the Bot. |
| Machine | Gets the Machine name(Station name). |
| MachineKey | Gets the SmartStation key. |
| UserName | Gets the UserName by whom the Bot is connected. |
| ExecStatus | Gets the Status of the Bot. |
| Type | Gets the type of the Bot. |
| RegAppsId | Gets the AppId. |
| ExecStatusId | Gets the Id based on the execution status of Bot. |
| ModifiedBy | Gets the username by whom the Bot got modified. |
| CreatedBy | Gets the username of the Bot creator. |
| Modified | Gets the Date&Time of the Bot is modified. |
| Created | Gets the creation Date&Time of the Bot. |
Remarks
Use the BotInfo object model to get or update information about the Bot (for Assistant Buddy).