V2modelsBotMember

data class V2modelsBotMember(val aliasId: String, val aliasName: String, val id: String, val name: String, val version: String)

Constructors

Link copied to clipboard
constructor(aliasId: String, aliasName: String, id: String, name: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Required) - Alias ID of a bot that is a member of this network of bots.

Link copied to clipboard

(Required) - Alias name of a bot that is a member of this network of bots.

Link copied to clipboard
val id: String

(Required) - Unique ID of a bot that is a member of this network of bots.

Link copied to clipboard

Name of the bot. The bot name must be unique in the account that creates the bot. Type String. Length Constraints: Minimum length of 1. Maximum length of 100.

Link copied to clipboard

(Required) - Version of a bot that is a member of this network of bots.