Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.BotMetadata
-
Packages that use BotMetadata Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of BotMetadata in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type BotMetadata Modifier and Type Method Description List<BotMetadata>GetBotsResponse. bots()An array ofbotMetadataobjects, with one entry for each bot.List<BotMetadata>GetBotVersionsResponse. bots()An array ofBotMetadataobjects, one for each numbered version of the bot plus one for the$LATESTversion.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type BotMetadata Modifier and Type Method Description GetBotsResponse.BuilderGetBotsResponse.Builder. bots(BotMetadata... bots)An array ofbotMetadataobjects, with one entry for each bot.GetBotVersionsResponse.BuilderGetBotVersionsResponse.Builder. bots(BotMetadata... bots)An array ofBotMetadataobjects, one for each numbered version of the bot plus one for the$LATESTversion.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type BotMetadata Modifier and Type Method Description GetBotsResponse.BuilderGetBotsResponse.Builder. bots(Collection<BotMetadata> bots)An array ofbotMetadataobjects, with one entry for each bot.GetBotVersionsResponse.BuilderGetBotVersionsResponse.Builder. bots(Collection<BotMetadata> bots)An array ofBotMetadataobjects, one for each numbered version of the bot plus one for the$LATESTversion.
-