CreateBotResponse

Types

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

Properties

Link copied to clipboard

A unique identifier for a particular bot. You use this to identify the bot when you call other Amazon Lex API operations.

Link copied to clipboard

The list of bots in a network that was created.

Link copied to clipboard

The name specified for the bot.

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

A list of tags associated with the bot.

Link copied to clipboard

The type of a bot that was created.

Link copied to clipboard

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

Link copied to clipboard

The data privacy settings specified for the bot.

Link copied to clipboard

The description specified for the bot.

Link copied to clipboard

The session idle time specified for the bot.

Link copied to clipboard

The IAM role specified for the bot.

Link copied to clipboard

A list of tags associated with the test alias for the bot.

Functions

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