Uses of Class
software.amazon.awssdk.services.chime.model.Bot
-
Packages that use Bot Package Description software.amazon.awssdk.services.chime.model -
-
Uses of Bot in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return Bot Modifier and Type Method Description BotCreateBotResponse. bot()The bot details.BotGetBotResponse. bot()The chat bot details.BotRegenerateSecurityTokenResponse. bot()A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.BotUpdateBotResponse. bot()The updated bot details.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type Bot Modifier and Type Method Description List<Bot>ListBotsResponse. bots()List of bots and bot details.Methods in software.amazon.awssdk.services.chime.model with parameters of type Bot Modifier and Type Method Description CreateBotResponse.BuilderCreateBotResponse.Builder. bot(Bot bot)The bot details.GetBotResponse.BuilderGetBotResponse.Builder. bot(Bot bot)The chat bot details.RegenerateSecurityTokenResponse.BuilderRegenerateSecurityTokenResponse.Builder. bot(Bot bot)A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.UpdateBotResponse.BuilderUpdateBotResponse.Builder. bot(Bot bot)The updated bot details.ListBotsResponse.BuilderListBotsResponse.Builder. bots(Bot... bots)List of bots and bot details.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type Bot Modifier and Type Method Description ListBotsResponse.BuilderListBotsResponse.Builder. bots(Collection<Bot> bots)List of bots and bot details.
-