BotAlias

class BotAlias : KotlinCustomResource

A Bot Alias enables you to change the version of a bot without updating applications that use the bot

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the bot alias.

Link copied to clipboard
val botAliasId: Output<String>

The unique identifier of the bot alias.

Link copied to clipboard

Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.

Link copied to clipboard
val botAliasName: Output<String>

The name of the bot alias.

Link copied to clipboard

The current status of the bot alias. When the status is Available the alias is ready for use with your bot.

Link copied to clipboard

A list of tags to add to the bot alias.

Link copied to clipboard
val botId: Output<String>

The unique identifier of the bot.

Link copied to clipboard
val botVersion: Output<String>?

The version of the bot that the bot alias references.

Link copied to clipboard

Specifies whether Amazon Lex logs text and audio for conversations with the bot. When you enable conversation logs, text logs store text input, transcripts of audio input, and associated metadata in Amazon CloudWatch logs. Audio logs store input in Amazon S3 .

Link copied to clipboard
val description: Output<String>?

The description of the bot alias.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.

Link copied to clipboard
val urn: Output<String>