PutBotAliasRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the bot.

Link copied to clipboard

The version of the bot.

Link copied to clipboard

Identifies a specific revision of the $LATEST version.

Link copied to clipboard

Settings for conversation logs for the alias.

Link copied to clipboard

A description of the alias.

Link copied to clipboard
val name: String?

The name of the alias. The name is not case sensitive.

Link copied to clipboard
val tags: List<Tag>?

A list of tags to add to the bot alias. You can only add tags when you create an alias, you can't use the PutBotAlias operation to update the tags on a bot alias. To update tags, use the TagResource operation.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String