Uses of Interface
software.amazon.awssdk.services.chimesdkidentity.model.LexConfiguration.Builder
-
Packages that use LexConfiguration.Builder Package Description software.amazon.awssdk.services.chimesdkidentity.model -
-
Uses of LexConfiguration.Builder in software.amazon.awssdk.services.chimesdkidentity.model
Methods in software.amazon.awssdk.services.chimesdkidentity.model that return LexConfiguration.Builder Modifier and Type Method Description static LexConfiguration.BuilderLexConfiguration. builder()default LexConfiguration.BuilderLexConfiguration.Builder. invokedBy(Consumer<InvokedBy.Builder> invokedBy)Specifies the type of message that triggers a bot.LexConfiguration.BuilderLexConfiguration.Builder. invokedBy(InvokedBy invokedBy)Specifies the type of message that triggers a bot.LexConfiguration.BuilderLexConfiguration.Builder. lexBotAliasArn(String lexBotAliasArn)The ARN of the Amazon Lex V2 bot's alias.LexConfiguration.BuilderLexConfiguration.Builder. localeId(String localeId)Identifies the Amazon Lex V2 bot's language and locale.LexConfiguration.BuilderLexConfiguration.Builder. respondsTo(String respondsTo)LexConfiguration.BuilderLexConfiguration.Builder. respondsTo(RespondsTo respondsTo)LexConfiguration.BuilderLexConfiguration. toBuilder()LexConfiguration.BuilderLexConfiguration.Builder. welcomeIntent(String welcomeIntent)The name of the welcome intent configured in the Amazon Lex V2 bot.Methods in software.amazon.awssdk.services.chimesdkidentity.model that return types with arguments of type LexConfiguration.Builder Modifier and Type Method Description static Class<? extends LexConfiguration.Builder>LexConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkidentity.model with type arguments of type LexConfiguration.Builder Modifier and Type Method Description default Configuration.BuilderConfiguration.Builder. lex(Consumer<LexConfiguration.Builder> lex)The configuration for an Amazon Lex V2 bot.
-