| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
GetBotChannelAssociationResult |
AbstractAmazonLexModelBuilding.getBotChannelAssociation(GetBotChannelAssociationRequest request) |
GetBotChannelAssociationResult |
AmazonLexModelBuilding.getBotChannelAssociation(GetBotChannelAssociationRequest getBotChannelAssociationRequest)
Returns information about the association between an Amazon Lex bot and a messaging platform.
|
GetBotChannelAssociationResult |
AmazonLexModelBuildingClient.getBotChannelAssociation(GetBotChannelAssociationRequest request)
Returns information about the association between an Amazon Lex bot and a messaging platform.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetBotChannelAssociationResult> |
AmazonLexModelBuildingAsyncClient.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> |
AbstractAmazonLexModelBuildingAsync.getBotChannelAssociationAsync(GetBotChannelAssociationRequest request,
AsyncHandler<GetBotChannelAssociationRequest,GetBotChannelAssociationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.addBotConfigurationEntry(String key,
String value) |
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.clearBotConfigurationEntries()
Removes all the entries added into BotConfiguration.
|
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.clone() |
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.withBotAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
|
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.withBotConfiguration(Map<String,String> botConfiguration)
Provides information that the messaging platform needs to communicate with the Amazon Lex bot.
|
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.withBotName(String botName)
The name of the Amazon Lex bot.
|
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.withCreatedDate(Date createdDate)
The date that the association between the bot and the channel was created.
|
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.withDescription(String description)
A description of the association between the bot and the channel.
|
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.withFailureReason(String failureReason)
If
status is FAILED, Amazon Lex provides the reason that it failed to create the
association. |
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.withName(String name)
The name of the association between the bot and the channel.
|
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.withStatus(ChannelStatus status)
The status of the bot channel.
|
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.withStatus(String status)
The status of the bot channel.
|
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.withType(ChannelType type)
The type of the messaging platform.
|
GetBotChannelAssociationResult |
GetBotChannelAssociationResult.withType(String type)
The type of the messaging platform.
|
Copyright © 2020. All rights reserved.