Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotType
-
Packages that use BotType Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotType in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BotType Modifier and Type Method Description BotTypeBotSummary. botType()The type of the bot.BotTypeCreateBotRequest. botType()The type of a bot to create.BotTypeCreateBotResponse. botType()The type of a bot that was created.BotTypeDescribeBotResponse. botType()The type of the bot that was described.BotTypeDescribeBotVersionResponse. botType()The type of the bot in the version that was described.BotTypeUpdateBotRequest. botType()The type of the bot to be updated.BotTypeUpdateBotResponse. botType()The type of the bot that was updated.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.lexmodelsv2.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.lexmodelsv2.model with parameters of type BotType Modifier and Type Method Description BotSummary.BuilderBotSummary.Builder. botType(BotType botType)The type of the bot.CreateBotRequest.BuilderCreateBotRequest.Builder. botType(BotType botType)The type of a bot to create.CreateBotResponse.BuilderCreateBotResponse.Builder. botType(BotType botType)The type of a bot that was created.DescribeBotResponse.BuilderDescribeBotResponse.Builder. botType(BotType botType)The type of the bot that was described.DescribeBotVersionResponse.BuilderDescribeBotVersionResponse.Builder. botType(BotType botType)The type of the bot in the version that was described.UpdateBotRequest.BuilderUpdateBotRequest.Builder. botType(BotType botType)The type of the bot to be updated.UpdateBotResponse.BuilderUpdateBotResponse.Builder. botType(BotType botType)The type of the bot that was updated.
-