GetBotAliasPlainArgs

data class GetBotAliasPlainArgs(val botAliasId: String, val botId: String) : ConvertibleToJava<GetBotAliasPlainArgs>

Constructors

Link copied to clipboard
constructor(botAliasId: String, botId: String)

Properties

Link copied to clipboard

The unique identifier of the bot alias.

Link copied to clipboard

The unique identifier of the bot.

Functions

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