| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelType |
ChannelType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ChannelType |
BotChannelAssociation.type()
Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot
and the external messaging platform.
|
ChannelType |
GetBotChannelAssociationResponse.type()
The type of the messaging platform.
|
static ChannelType |
ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ChannelType> |
ChannelType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
GetBotChannelAssociationResponse.Builder |
GetBotChannelAssociationResponse.Builder.type(ChannelType type)
The type of the messaging platform.
|
Copyright © 2021. All rights reserved.