GetBotResult

data class GetBotResult(val arn: String, val checksum: String, val childDirected: Boolean, val createdDate: String, val description: String, val detectSentiment: Boolean, val enableModelImprovements: Boolean, val failureReason: String, val id: String, val idleSessionTtlInSeconds: Int, val lastUpdatedDate: String, val locale: String, val name: String, val nluIntentConfidenceThreshold: Double, val status: String, val version: String? = null, val voiceId: String)

A collection of values returned by getBot.

Constructors

Link copied to clipboard
constructor(arn: String, checksum: String, childDirected: Boolean, createdDate: String, description: String, detectSentiment: Boolean, enableModelImprovements: Boolean, failureReason: String, id: String, idleSessionTtlInSeconds: Int, lastUpdatedDate: String, locale: String, name: String, nluIntentConfidenceThreshold: Double, status: String, version: String? = null, voiceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the bot.

Link copied to clipboard

Checksum of the bot used to identify a specific revision of the bot's $LATEST version.

Link copied to clipboard

If this Amazon Lex Bot is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.

Link copied to clipboard

Date that the bot was created.

Link copied to clipboard

Description of the bot.

Link copied to clipboard

When set to true user utterances are sent to Amazon Comprehend for sentiment analysis.

Link copied to clipboard

Set to true if natural language understanding improvements are enabled.

Link copied to clipboard

If the status is FAILED, the reason why the bot failed to build.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.

Link copied to clipboard

Date that the bot was updated.

Link copied to clipboard

Target locale for the bot. Any intent used in the bot must be compatible with the locale of the bot.

Link copied to clipboard

Name of the bot, case sensitive.

Link copied to clipboard

The threshold where Amazon Lex will insert the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents in a PostContent or PostText response. AMAZON.FallbackIntent and AMAZON.KendraSearchIntent are only inserted if they are configured for the bot.

Link copied to clipboard

Status of the bot.

Link copied to clipboard
val version: String? = null

Version of the bot. For a new bot, the version is always $LATEST.

Link copied to clipboard

Amazon Polly voice ID that the Amazon Lex Bot uses for voice interactions with the user.