Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data Categories Source #
Provides the category rules that are used to automatically categorize contacts based on uttered keywords and phrases.
See: newCategories
smart constructor.
Categories' | |
|
Instances
newCategories :: Categories Source #
Create a value of Categories
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:matchedCategories:Categories'
, categories_matchedCategories
- The category rules that have been matched in the analyzed segment.
$sel:matchedDetails:Categories'
, categories_matchedDetails
- The category rule that was matched and when it occurred in the
transcript.
categories_matchedCategories :: Lens' Categories [Text] Source #
The category rules that have been matched in the analyzed segment.
categories_matchedDetails :: Lens' Categories (HashMap Text CategoryDetails) Source #
The category rule that was matched and when it occurred in the transcript.