Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.ChannelType
-
Packages that use ChannelType Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of ChannelType in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return ChannelType Modifier and Type Method Description static ChannelTypeChannelType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChannelTypeBotChannelAssociation. type()Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.ChannelTypeGetBotChannelAssociationResponse. type()The type of the messaging platform.static ChannelTypeChannelType. 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.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type ChannelType Modifier and Type Method Description static Set<ChannelType>ChannelType. knownValues()Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type ChannelType Modifier and Type Method Description BotChannelAssociation.BuilderBotChannelAssociation.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.BuilderGetBotChannelAssociationResponse.Builder. type(ChannelType type)The type of the messaging platform.
-