UpdateBotResponse

Types

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

Properties

Link copied to clipboard

The unique identifier of the bot that was updated.

Link copied to clipboard

The list of bot members in the network that was updated.

Link copied to clipboard

The name of the bot after the update.

Link copied to clipboard

Shows the current status of the bot. The bot is first in the Creating status. Once the bot is read for use, it changes to the Available status. After the bot is created, you can use the DRAFT version of the bot.

Link copied to clipboard

The type of the bot that was updated.

Link copied to clipboard

A timestamp of the date and time that the bot was created.

Link copied to clipboard

The data privacy settings for the bot after the update.

Link copied to clipboard

The description of the bot after the update.

Link copied to clipboard

Settings for managing error logs within the response of an update bot operation.

Link copied to clipboard

The session timeout, in seconds, for the bot after the update.

Link copied to clipboard

A timestamp of the date and time that the bot was last updated.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.

Functions

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