| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model | |
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
LexBot |
AssociateBotRequest.lexBot()
Returns the value of the LexBot property for this object.
|
LexBot |
LexBotConfig.lexBot()
Returns the value of the LexBot property for this object.
|
LexBot |
DisassociateBotRequest.lexBot()
Returns the value of the LexBot property for this object.
|
LexBot |
AssociateLexBotRequest.lexBot()
The Amazon Lex bot to associate with the instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<LexBot> |
ListLexBotsResponse.lexBots()
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateBotRequest.Builder |
AssociateBotRequest.Builder.lexBot(LexBot lexBot)
Sets the value of the LexBot property for this object.
|
LexBotConfig.Builder |
LexBotConfig.Builder.lexBot(LexBot lexBot)
Sets the value of the LexBot property for this object.
|
DisassociateBotRequest.Builder |
DisassociateBotRequest.Builder.lexBot(LexBot lexBot)
Sets the value of the LexBot property for this object.
|
AssociateLexBotRequest.Builder |
AssociateLexBotRequest.Builder.lexBot(LexBot lexBot)
The Amazon Lex bot to associate with the instance.
|
ListLexBotsResponse.Builder |
ListLexBotsResponse.Builder.lexBots(LexBot... lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListLexBotsResponse.Builder |
ListLexBotsResponse.Builder.lexBots(Collection<LexBot> lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LexBot> |
ListLexBotsPublisher.lexBots()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LexBot> |
ListLexBotsIterable.lexBots()
Returns an iterable to iterate through the paginated
ListLexBotsResponse.lexBots() member. |
Copyright © 2022. All rights reserved.