| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetBotChannelAssociationsResult> |
AmazonLexModelBuildingAsyncClient.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> |
AbstractAmazonLexModelBuildingAsync.getBotChannelAssociationsAsync(GetBotChannelAssociationsRequest request,
AsyncHandler<GetBotChannelAssociationsRequest,GetBotChannelAssociationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBotChannelAssociationsRequest |
GetBotChannelAssociationsRequest.clone() |
GetBotChannelAssociationsRequest |
GetBotChannelAssociationsRequest.withBotAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
|
GetBotChannelAssociationsRequest |
GetBotChannelAssociationsRequest.withBotName(String botName)
The name of the Amazon Lex bot in the association.
|
GetBotChannelAssociationsRequest |
GetBotChannelAssociationsRequest.withMaxResults(Integer maxResults)
The maximum number of associations to return in the response.
|
GetBotChannelAssociationsRequest |
GetBotChannelAssociationsRequest.withNameContains(String nameContains)
Substring to match in channel association names.
|
GetBotChannelAssociationsRequest |
GetBotChannelAssociationsRequest.withNextToken(String nextToken)
A pagination token for fetching the next page of associations.
|
Copyright © 2020. All rights reserved.