| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
BotChannelAssociation |
BotChannelAssociation.addBotConfigurationEntry(String key,
String value)
Add a single BotConfiguration entry
|
BotChannelAssociation |
BotChannelAssociation.clearBotConfigurationEntries()
Removes all the entries added into BotConfiguration.
|
BotChannelAssociation |
BotChannelAssociation.clone() |
BotChannelAssociation |
BotChannelAssociation.withBotAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
|
BotChannelAssociation |
BotChannelAssociation.withBotConfiguration(Map<String,String> botConfiguration)
Provides information necessary to communicate with the messaging platform.
|
BotChannelAssociation |
BotChannelAssociation.withBotName(String botName)
The name of the Amazon Lex bot to which this association is being made.
|
BotChannelAssociation |
BotChannelAssociation.withCreatedDate(Date createdDate)
The date that the association between the Amazon Lex bot and the channel was created.
|
BotChannelAssociation |
BotChannelAssociation.withDescription(String description)
A text description of the association you are creating.
|
BotChannelAssociation |
BotChannelAssociation.withFailureReason(String failureReason)
If
status is FAILED, Amazon Lex provides the reason that it failed to create the
association. |
BotChannelAssociation |
BotChannelAssociation.withName(String name)
The name of the association between the bot and the channel.
|
BotChannelAssociation |
BotChannelAssociation.withStatus(ChannelStatus status)
The status of the bot channel.
|
BotChannelAssociation |
BotChannelAssociation.withStatus(String status)
The status of the bot channel.
|
BotChannelAssociation |
BotChannelAssociation.withType(ChannelType type)
Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot
and the external messaging platform.
|
BotChannelAssociation |
BotChannelAssociation.withType(String type)
Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot
and the external messaging platform.
|
| Modifier and Type | Method and Description |
|---|---|
List<BotChannelAssociation> |
GetBotChannelAssociationsResult.getBotChannelAssociations()
An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBotChannelAssociationsResult.setBotChannelAssociations(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.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.
|
Copyright © 2023. All rights reserved.