Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SentimentAnalysisSettings
-
Packages that use SentimentAnalysisSettings Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SentimentAnalysisSettings in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SentimentAnalysisSettings Modifier and Type Method Description SentimentAnalysisSettingsCreateBotAliasRequest. sentimentAnalysisSettings()Returns the value of the SentimentAnalysisSettings property for this object.SentimentAnalysisSettingsCreateBotAliasResponse. sentimentAnalysisSettings()Returns the value of the SentimentAnalysisSettings property for this object.SentimentAnalysisSettingsDescribeBotAliasResponse. sentimentAnalysisSettings()Returns the value of the SentimentAnalysisSettings property for this object.SentimentAnalysisSettingsUpdateBotAliasRequest. sentimentAnalysisSettings()Returns the value of the SentimentAnalysisSettings property for this object.SentimentAnalysisSettingsUpdateBotAliasResponse. sentimentAnalysisSettings()Returns the value of the SentimentAnalysisSettings property for this object.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SentimentAnalysisSettings Modifier and Type Method Description CreateBotAliasRequest.BuilderCreateBotAliasRequest.Builder. sentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)Sets the value of the SentimentAnalysisSettings property for this object.CreateBotAliasResponse.BuilderCreateBotAliasResponse.Builder. sentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)Sets the value of the SentimentAnalysisSettings property for this object.DescribeBotAliasResponse.BuilderDescribeBotAliasResponse.Builder. sentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)Sets the value of the SentimentAnalysisSettings property for this object.UpdateBotAliasRequest.BuilderUpdateBotAliasRequest.Builder. sentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)Sets the value of the SentimentAnalysisSettings property for this object.UpdateBotAliasResponse.BuilderUpdateBotAliasResponse.Builder. sentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)Sets the value of the SentimentAnalysisSettings property for this object.
-