| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetBotChannelAssociationResult> |
AbstractAmazonLexModelBuildingAsync.getBotChannelAssociationAsync(GetBotChannelAssociationRequest request,
AsyncHandler<GetBotChannelAssociationRequest,GetBotChannelAssociationResult> asyncHandler) |
Future<GetBotChannelAssociationResult> |
AmazonLexModelBuildingAsync.getBotChannelAssociationAsync(GetBotChannelAssociationRequest getBotChannelAssociationRequest,
AsyncHandler<GetBotChannelAssociationRequest,GetBotChannelAssociationResult> asyncHandler)
Returns information about the association between an Amazon Lex bot and a messaging platform.
|
Future<GetBotChannelAssociationResult> |
AmazonLexModelBuildingAsyncClient.getBotChannelAssociationAsync(GetBotChannelAssociationRequest request,
AsyncHandler<GetBotChannelAssociationRequest,GetBotChannelAssociationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBotChannelAssociationRequest |
GetBotChannelAssociationRequest.clone() |
GetBotChannelAssociationRequest |
GetBotChannelAssociationRequest.withBotAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
|
GetBotChannelAssociationRequest |
GetBotChannelAssociationRequest.withBotName(String botName)
The name of the Amazon Lex bot.
|
GetBotChannelAssociationRequest |
GetBotChannelAssociationRequest.withName(String name)
The name of the association between the bot and the channel.
|
Copyright © 2023. All rights reserved.