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 |
Synopsis
Documentation
A condition in the call between the customer and the agent that you want to filter for.
See: newRule
smart constructor.
Rule' | |
|
Instances
Create a value of Rule
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:nonTalkTimeFilter:Rule'
, rule_nonTalkTimeFilter
- A condition for a time period when neither the customer nor the agent
was talking.
$sel:transcriptFilter:Rule'
, rule_transcriptFilter
- A condition that catches particular words or phrases based on a exact
match. For example, if you set the phrase "I want to speak to the
manager", only that exact phrase will be returned.
$sel:sentimentFilter:Rule'
, rule_sentimentFilter
- A condition that is applied to a particular customer sentiment.
$sel:interruptionFilter:Rule'
, rule_interruptionFilter
- A condition for a time period when either the customer or agent was
interrupting the other person.
rule_nonTalkTimeFilter :: Lens' Rule (Maybe NonTalkTimeFilter) Source #
A condition for a time period when neither the customer nor the agent was talking.
rule_transcriptFilter :: Lens' Rule (Maybe TranscriptFilter) Source #
A condition that catches particular words or phrases based on a exact match. For example, if you set the phrase "I want to speak to the manager", only that exact phrase will be returned.
rule_sentimentFilter :: Lens' Rule (Maybe SentimentFilter) Source #
A condition that is applied to a particular customer sentiment.
rule_interruptionFilter :: Lens' Rule (Maybe InterruptionFilter) Source #
A condition for a time period when either the customer or agent was interrupting the other person.