| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.SentimentAnalysisSettings
Description
Documentation
data SentimentAnalysisSettings Source #
Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
See: newSentimentAnalysisSettings smart constructor.
Constructors
| SentimentAnalysisSettings' | |
Fields
| |
Instances
newSentimentAnalysisSettings Source #
Create a value of SentimentAnalysisSettings with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:detectSentiment:SentimentAnalysisSettings', sentimentAnalysisSettings_detectSentiment - Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment
of user utterances.
sentimentAnalysisSettings_detectSentiment :: Lens' SentimentAnalysisSettings Bool Source #
Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.