Uses of Class
software.amazon.awscdk.services.lex.CfnBotAlias.Builder
-
Uses of CfnBotAlias.Builder in software.amazon.awscdk.services.lex
Modifier and TypeMethodDescriptionCfnBotAlias.Builder.botAliasLocaleSettings
(List<? extends Object> botAliasLocaleSettings) Specifies settings that are unique to a locale.CfnBotAlias.Builder.botAliasLocaleSettings
(IResolvable botAliasLocaleSettings) Specifies settings that are unique to a locale.CfnBotAlias.Builder.botAliasName
(String botAliasName) The name of the bot alias.CfnBotAlias.Builder.botAliasTags
(List<? extends Object> botAliasTags) An array of key-value pairs to apply to this resource.CfnBotAlias.Builder.botAliasTags
(IResolvable botAliasTags) An array of key-value pairs to apply to this resource.The unique identifier of the bot.CfnBotAlias.Builder.botVersion
(String botVersion) The version of the bot that the bot alias references.CfnBotAlias.Builder.conversationLogSettings
(IResolvable conversationLogSettings) Specifies whether Amazon Lex logs text and audio for conversations with the bot.CfnBotAlias.Builder.conversationLogSettings
(CfnBotAlias.ConversationLogSettingsProperty conversationLogSettings) Specifies whether Amazon Lex logs text and audio for conversations with the bot.static CfnBotAlias.Builder
CfnBotAlias.Builder.description
(String description) The description of the bot alias.CfnBotAlias.Builder.sentimentAnalysisSettings
(Object sentimentAnalysisSettings) Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.