Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.Builder
Packages that use CfnBotPropsMixin.Builder
-
Uses of CfnBotPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.lex
Methods in software.amazon.awscdk.cfnpropertymixins.services.lex that return CfnBotPropsMixin.BuilderModifier and TypeMethodDescriptionCfnBotPropsMixin.Builder.autoBuildBotLocales(Boolean autoBuildBotLocales) Indicates whether Amazon Lex V2 should automatically build the locales for the bot after a change.CfnBotPropsMixin.Builder.autoBuildBotLocales(IResolvable autoBuildBotLocales) Indicates whether Amazon Lex V2 should automatically build the locales for the bot after a change.CfnBotPropsMixin.Builder.botFileS3Location(CfnBotPropsMixin.S3LocationProperty botFileS3Location) The Amazon S3 location of files used to import a bot.CfnBotPropsMixin.Builder.botFileS3Location(IResolvable botFileS3Location) The Amazon S3 location of files used to import a bot.CfnBotPropsMixin.Builder.botLocales(List<? extends Object> botLocales) A list of locales for the bot.CfnBotPropsMixin.Builder.botLocales(IResolvable botLocales) A list of locales for the bot.A list of tags to add to the bot.static CfnBotPropsMixin.BuilderCfnBotPropsMixin.Builder.create()static CfnBotPropsMixin.BuilderCfnBotPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnBotPropsMixin.Builder.dataPrivacy(Object dataPrivacy) By default, data stored by Amazon Lex is encrypted.CfnBotPropsMixin.Builder.description(String description) The description of the version.CfnBotPropsMixin.Builder.errorLogSettings(CfnBotPropsMixin.ErrorLogSettingsProperty errorLogSettings) CfnBotPropsMixin.Builder.errorLogSettings(IResolvable errorLogSettings) CfnBotPropsMixin.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.CfnBotPropsMixin.Builder.replication(CfnBotPropsMixin.ReplicationProperty replication) CfnBotPropsMixin.Builder.replication(IResolvable replication) The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.CfnBotPropsMixin.Builder.testBotAliasSettings(CfnBotPropsMixin.TestBotAliasSettingsProperty testBotAliasSettings) Specifies configuration settings for the alias used to test the bot.CfnBotPropsMixin.Builder.testBotAliasSettings(IResolvable testBotAliasSettings) Specifies configuration settings for the alias used to test the bot.CfnBotPropsMixin.Builder.testBotAliasTags(List<? extends Object> testBotAliasTags) A list of tags to add to the test alias for a bot.CfnBotPropsMixin.Builder.testBotAliasTags(IResolvable testBotAliasTags) A list of tags to add to the test alias for a bot.