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