Uses of Class
software.amazon.awssdk.services.chime.model.BotType
-
Packages that use BotType Package Description software.amazon.awssdk.services.chime.model -
-
Uses of BotType in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return BotType Modifier and Type Method Description BotTypeBot. botType()The bot type.static BotTypeBotType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BotTypeBotType. valueOf(String name)Returns the enum constant of this type with the specified name.static BotType[]BotType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type BotType Modifier and Type Method Description static Set<BotType>BotType. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type BotType Modifier and Type Method Description Bot.BuilderBot.Builder. botType(BotType botType)The bot type.
-