Uses of Class
software.amazon.awscdk.services.lex.CfnBot.Builder
Packages that use CfnBot.Builder
- 
Uses of CfnBot.Builder in software.amazon.awscdk.services.lexMethods in software.amazon.awscdk.services.lex that return CfnBot.BuilderModifier and TypeMethodDescriptionCfnBot.Builder.autoBuildBotLocales(Boolean autoBuildBotLocales) Indicates whether Amazon Lex V2 should automatically build the locales for the bot after a change.CfnBot.Builder.autoBuildBotLocales(IResolvable autoBuildBotLocales) Indicates whether Amazon Lex V2 should automatically build the locales for the bot after a change.CfnBot.Builder.botFileS3Location(IResolvable botFileS3Location) The Amazon S3 location of files used to import a bot.CfnBot.Builder.botFileS3Location(CfnBot.S3LocationProperty botFileS3Location) The Amazon S3 location of files used to import a bot.CfnBot.Builder.botLocales(List<? extends Object> botLocales) A list of locales for the bot.CfnBot.Builder.botLocales(IResolvable botLocales) A list of locales for the bot.A list of tags to add to the bot.CfnBot.Builder.botTags(IResolvable botTags) A list of tags to add to the bot.static CfnBot.BuilderCfnBot.Builder.dataPrivacy(Object dataPrivacy) By default, data stored by Amazon Lex is encrypted.CfnBot.Builder.description(String description) The description of the version.CfnBot.Builder.errorLogSettings(IResolvable errorLogSettings) CfnBot.Builder.errorLogSettings(CfnBot.ErrorLogSettingsProperty errorLogSettings) CfnBot.Builder.idleSessionTtlInSeconds(Number idleSessionTtlInSeconds) The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.The name of the bot locale.CfnBot.Builder.replication(IResolvable replication) CfnBot.Builder.replication(CfnBot.ReplicationProperty replication) The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.CfnBot.Builder.testBotAliasSettings(IResolvable testBotAliasSettings) Specifies configuration settings for the alias used to test the bot.CfnBot.Builder.testBotAliasSettings(CfnBot.TestBotAliasSettingsProperty testBotAliasSettings) Specifies configuration settings for the alias used to test the bot.CfnBot.Builder.testBotAliasTags(List<? extends Object> testBotAliasTags) A list of tags to add to the test alias for a bot.CfnBot.Builder.testBotAliasTags(IResolvable testBotAliasTags) A list of tags to add to the test alias for a bot.