| 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.Connect.Types.AssignContactCategoryActionDefinition
Description
Documentation
data AssignContactCategoryActionDefinition Source #
This action must be set if TriggerEventSource is one of the following
values: OnPostCallAnalysisAvailable |
OnRealTimeCallAnalysisAvailable | OnPostChatAnalysisAvailable.
Contact is categorized using the rule name.
RuleName is used as ContactCategory.
See: newAssignContactCategoryActionDefinition smart constructor.
Constructors
| AssignContactCategoryActionDefinition' | |
Instances
newAssignContactCategoryActionDefinition :: AssignContactCategoryActionDefinition Source #
Create a value of AssignContactCategoryActionDefinition with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.