| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
BotChannelAssociation.Builder |
BotChannelAssociation.Builder.botAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
|
BotChannelAssociation.Builder |
BotChannelAssociation.Builder.botConfiguration(Map<String,String> botConfiguration)
Provides information necessary to communicate with the messaging platform.
|
BotChannelAssociation.Builder |
BotChannelAssociation.Builder.botName(String botName)
The name of the Amazon Lex bot to which this association is being made.
|
static BotChannelAssociation.Builder |
BotChannelAssociation.builder() |
BotChannelAssociation.Builder |
BotChannelAssociation.Builder.createdDate(Instant createdDate)
The date that the association between the Amazon Lex bot and the channel was created.
|
BotChannelAssociation.Builder |
BotChannelAssociation.Builder.description(String description)
A text description of the association you are creating.
|
BotChannelAssociation.Builder |
BotChannelAssociation.Builder.failureReason(String failureReason)
If
status is FAILED, Amazon Lex provides the reason that it failed to create the
association. |
BotChannelAssociation.Builder |
BotChannelAssociation.Builder.name(String name)
The name of the association between the bot and the channel.
|
BotChannelAssociation.Builder |
BotChannelAssociation.Builder.status(ChannelStatus status)
The status of the bot channel.
|
BotChannelAssociation.Builder |
BotChannelAssociation.Builder.status(String status)
The status of the bot channel.
|
BotChannelAssociation.Builder |
BotChannelAssociation.toBuilder() |
BotChannelAssociation.Builder |
BotChannelAssociation.Builder.type(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.Builder |
BotChannelAssociation.Builder.type(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 |
|---|---|
static Class<? extends BotChannelAssociation.Builder> |
BotChannelAssociation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.