GetBotAliasPlainArgs

data class GetBotAliasPlainArgs(val botName: String, val name: String) : ConvertibleToJava<GetBotAliasPlainArgs>

A collection of arguments for invoking getBotAlias.

Constructors

Link copied to clipboard
fun GetBotAliasPlainArgs(botName: String, name: String)

Functions

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

Properties

Link copied to clipboard

Name of the bot.

Link copied to clipboard

Name of the bot alias. The name is case sensitive.