CreateBotRequest

Types

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

Properties

Link copied to clipboard

The list of bot members in a network to be created.

Link copied to clipboard

The name of the bot. The bot name must be unique in the account that creates the bot.

Link copied to clipboard

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

Link copied to clipboard

The type of a bot to create.

Link copied to clipboard

Provides information on additional privacy protections Amazon Lex should use with the bot's data.

Link copied to clipboard

A description of the bot. It appears in lists to help you identify a particular bot.

Link copied to clipboard

Specifies the configuration for error logging during bot creation.

Link copied to clipboard

The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.

Link copied to clipboard

The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: CreateBotRequest.Builder.() -> Unit = {}): CreateBotRequest
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