| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
default GetBotChannelAssociationResponse |
LexModelBuildingClient.getBotChannelAssociation(Consumer<GetBotChannelAssociationRequest.Builder> getBotChannelAssociationRequest)
Returns information about the association between an Amazon Lex bot and a messaging platform.
|
default CompletableFuture<GetBotChannelAssociationResponse> |
LexModelBuildingAsyncClient.getBotChannelAssociation(Consumer<GetBotChannelAssociationRequest.Builder> getBotChannelAssociationRequest)
Returns information about the association between an Amazon Lex bot and a messaging platform.
|
| Modifier and Type | Method and Description |
|---|---|
GetBotChannelAssociationRequest.Builder |
GetBotChannelAssociationRequest.Builder.botAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
|
GetBotChannelAssociationRequest.Builder |
GetBotChannelAssociationRequest.Builder.botName(String botName)
The name of the Amazon Lex bot.
|
static GetBotChannelAssociationRequest.Builder |
GetBotChannelAssociationRequest.builder() |
GetBotChannelAssociationRequest.Builder |
GetBotChannelAssociationRequest.Builder.name(String name)
The name of the association between the bot and the channel.
|
GetBotChannelAssociationRequest.Builder |
GetBotChannelAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBotChannelAssociationRequest.Builder |
GetBotChannelAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBotChannelAssociationRequest.Builder |
GetBotChannelAssociationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBotChannelAssociationRequest.Builder> |
GetBotChannelAssociationRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.