| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
GetBotChannelAssociationsResult |
AmazonLexModelBuildingClient.getBotChannelAssociations(GetBotChannelAssociationsRequest request)
Returns a list of all of the channels associated with the specified bot.
|
GetBotChannelAssociationsResult |
AmazonLexModelBuilding.getBotChannelAssociations(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
|
GetBotChannelAssociationsResult |
AbstractAmazonLexModelBuilding.getBotChannelAssociations(GetBotChannelAssociationsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetBotChannelAssociationsResult> |
AbstractAmazonLexModelBuildingAsync.getBotChannelAssociationsAsync(GetBotChannelAssociationsRequest request,
AsyncHandler<GetBotChannelAssociationsRequest,GetBotChannelAssociationsResult> asyncHandler) |
Future<GetBotChannelAssociationsResult> |
AmazonLexModelBuildingAsync.getBotChannelAssociationsAsync(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest,
AsyncHandler<GetBotChannelAssociationsRequest,GetBotChannelAssociationsResult> asyncHandler)
Returns a list of all of the channels associated with the specified bot.
|
Future<GetBotChannelAssociationsResult> |
AmazonLexModelBuildingAsyncClient.getBotChannelAssociationsAsync(GetBotChannelAssociationsRequest request,
AsyncHandler<GetBotChannelAssociationsRequest,GetBotChannelAssociationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBotChannelAssociationsResult |
GetBotChannelAssociationsResult.clone() |
GetBotChannelAssociationsResult |
GetBotChannelAssociationsResult.withBotChannelAssociations(BotChannelAssociation... botChannelAssociations)
An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.
|
GetBotChannelAssociationsResult |
GetBotChannelAssociationsResult.withBotChannelAssociations(Collection<BotChannelAssociation> botChannelAssociations)
An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.
|
GetBotChannelAssociationsResult |
GetBotChannelAssociationsResult.withNextToken(String nextToken)
A pagination token that fetches the next page of associations.
|
Copyright © 2023. All rights reserved.