public static interface LexConfiguration.Builder extends SdkPojo, CopyableBuilder<LexConfiguration.Builder,LexConfiguration>
| Modifier and Type | Method and Description |
|---|---|
LexConfiguration.Builder |
lexBotAliasArn(String lexBotAliasArn)
The ARN of the Amazon Lex V2 bot's alias.
|
LexConfiguration.Builder |
localeId(String localeId)
Identifies the Amazon Lex V2 bot's language and locale.
|
LexConfiguration.Builder |
respondsTo(RespondsTo respondsTo)
Determines whether the Amazon Lex V2 bot responds to all standard messages.
|
LexConfiguration.Builder |
respondsTo(String respondsTo)
Determines whether the Amazon Lex V2 bot responds to all standard messages.
|
LexConfiguration.Builder |
welcomeIntent(String welcomeIntent)
The name of the welcome intent configured in the Amazon Lex V2 bot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLexConfiguration.Builder respondsTo(String respondsTo)
Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.
respondsTo - Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not
supported.RespondsTo,
RespondsToLexConfiguration.Builder respondsTo(RespondsTo respondsTo)
Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.
respondsTo - Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not
supported.RespondsTo,
RespondsToLexConfiguration.Builder lexBotAliasArn(String lexBotAliasArn)
The ARN of the Amazon Lex V2 bot's alias. The ARN uses this format:
arn:aws:lex:REGION:ACCOUNT:bot-alias/MYBOTID/MYBOTALIAS
lexBotAliasArn - The ARN of the Amazon Lex V2 bot's alias. The ARN uses this format:
arn:aws:lex:REGION:ACCOUNT:bot-alias/MYBOTID/MYBOTALIASLexConfiguration.Builder localeId(String localeId)
Identifies the Amazon Lex V2 bot's language and locale. The string must match one of the supported locales in Amazon Lex V2. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages in the Amazon Lex V2 Developer Guide.
localeId - Identifies the Amazon Lex V2 bot's language and locale. The string must match one of the supported
locales in Amazon Lex V2. All of the intents, slot types, and slots used in the bot must have the same
locale. For more information, see Supported languages in the
Amazon Lex V2 Developer Guide.LexConfiguration.Builder welcomeIntent(String welcomeIntent)
The name of the welcome intent configured in the Amazon Lex V2 bot.
welcomeIntent - The name of the welcome intent configured in the Amazon Lex V2 bot.Copyright © 2023. All rights reserved.