V2modelsBotMemberArgs

data class V2modelsBotMemberArgs(val aliasId: Output<String>, val aliasName: Output<String>, val id: Output<String>, val name: Output<String>, val version: Output<String>) : ConvertibleToJava<V2modelsBotMemberArgs>

Constructors

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

Properties

Link copied to clipboard
val aliasId: Output<String>

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

Link copied to clipboard
val aliasName: Output<String>

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

Link copied to clipboard
val id: Output<String>

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

Link copied to clipboard
val name: Output<String>

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
val version: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): V2modelsBotMemberArgs