| Package | Description |
|---|---|
| software.amazon.awscdk.services.lex |
AWS::Lex Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnBot.Builder |
CfnBot.Builder.autoBuildBotLocales(Boolean autoBuildBotLocales)
Indicates whether Amazon Lex V2 should automatically build the locales for the bot after a change.
|
CfnBot.Builder |
CfnBot.Builder.autoBuildBotLocales(IResolvable autoBuildBotLocales)
Indicates whether Amazon Lex V2 should automatically build the locales for the bot after a change.
|
CfnBot.Builder |
CfnBot.Builder.botFileS3Location(CfnBot.S3LocationProperty botFileS3Location)
The Amazon S3 location of files used to import a bot.
|
CfnBot.Builder |
CfnBot.Builder.botFileS3Location(IResolvable botFileS3Location)
The Amazon S3 location of files used to import a bot.
|
CfnBot.Builder |
CfnBot.Builder.botLocales(IResolvable botLocales)
A list of locales for the bot.
|
CfnBot.Builder |
CfnBot.Builder.botLocales(List<? extends Object> botLocales)
A list of locales for the bot.
|
CfnBot.Builder |
CfnBot.Builder.botTags(IResolvable botTags)
A list of tags to add to the bot.
|
CfnBot.Builder |
CfnBot.Builder.botTags(List<? extends Object> botTags)
A list of tags to add to the bot.
|
static CfnBot.Builder |
CfnBot.Builder.create(software.constructs.Construct scope,
String id) |
CfnBot.Builder |
CfnBot.Builder.dataPrivacy(Object dataPrivacy)
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
CfnBot.Builder |
CfnBot.Builder.description(String description)
The description of the version.
|
CfnBot.Builder |
CfnBot.Builder.idleSessionTtlInSeconds(Number idleSessionTtlInSeconds)
The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
|
CfnBot.Builder |
CfnBot.Builder.name(String name)
The name of the field to filter the list of bots.
|
CfnBot.Builder |
CfnBot.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
|
CfnBot.Builder |
CfnBot.Builder.testBotAliasSettings(CfnBot.TestBotAliasSettingsProperty testBotAliasSettings)
Specifies configuration settings for the alias used to test the bot.
|
CfnBot.Builder |
CfnBot.Builder.testBotAliasSettings(IResolvable testBotAliasSettings)
Specifies configuration settings for the alias used to test the bot.
|
CfnBot.Builder |
CfnBot.Builder.testBotAliasTags(IResolvable testBotAliasTags)
A list of tags to add to the test alias for a bot.
|
CfnBot.Builder |
CfnBot.Builder.testBotAliasTags(List<? extends Object> testBotAliasTags)
A list of tags to add to the test alias for a bot.
|
Copyright © 2022. All rights reserved.