Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.GenerativeAISettings
-
Packages that use GenerativeAISettings Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of GenerativeAISettings in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return GenerativeAISettings Modifier and Type Method Description GenerativeAISettingsCreateBotLocaleRequest. generativeAISettings()Returns the value of the GenerativeAISettings property for this object.GenerativeAISettingsCreateBotLocaleResponse. generativeAISettings()Returns the value of the GenerativeAISettings property for this object.GenerativeAISettingsDescribeBotLocaleResponse. generativeAISettings()Contains settings for Amazon Bedrock's generative AI features for your bot locale.GenerativeAISettingsUpdateBotLocaleRequest. generativeAISettings()Contains settings for generative AI features powered by Amazon Bedrock for your bot locale.GenerativeAISettingsUpdateBotLocaleResponse. generativeAISettings()Contains settings for generative AI features powered by Amazon Bedrock for your bot locale.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type GenerativeAISettings Modifier and Type Method Description CreateBotLocaleRequest.BuilderCreateBotLocaleRequest.Builder. generativeAISettings(GenerativeAISettings generativeAISettings)Sets the value of the GenerativeAISettings property for this object.CreateBotLocaleResponse.BuilderCreateBotLocaleResponse.Builder. generativeAISettings(GenerativeAISettings generativeAISettings)Sets the value of the GenerativeAISettings property for this object.DescribeBotLocaleResponse.BuilderDescribeBotLocaleResponse.Builder. generativeAISettings(GenerativeAISettings generativeAISettings)Contains settings for Amazon Bedrock's generative AI features for your bot locale.UpdateBotLocaleRequest.BuilderUpdateBotLocaleRequest.Builder. generativeAISettings(GenerativeAISettings generativeAISettings)Contains settings for generative AI features powered by Amazon Bedrock for your bot locale.UpdateBotLocaleResponse.BuilderUpdateBotLocaleResponse.Builder. generativeAISettings(GenerativeAISettings generativeAISettings)Contains settings for generative AI features powered by Amazon Bedrock for your bot locale.
-