UpdateBotRequest

Types

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

Properties

Link copied to clipboard

The unique identifier of the bot to update. This identifier is returned by the CreateBot operation.

Link copied to clipboard

The list of bot members in the network associated with the update action.

Link copied to clipboard

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

Link copied to clipboard

The type of the bot to be updated.

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.

Link copied to clipboard

Allows you to modify how Amazon Lex logs errors during bot interactions, including destinations for error logs and the types of errors to be captured.

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 permissions to access the bot.

Functions

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