| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.clone() |
Rule |
Rule.withInterruptionFilter(InterruptionFilter interruptionFilter)
A condition for a time period when either the customer or agent was interrupting the other person.
|
Rule |
Rule.withNonTalkTimeFilter(NonTalkTimeFilter nonTalkTimeFilter)
A condition for a time period when neither the customer nor the agent was talking.
|
Rule |
Rule.withSentimentFilter(SentimentFilter sentimentFilter)
A condition that is applied to a particular customer sentiment.
|
Rule |
Rule.withTranscriptFilter(TranscriptFilter transcriptFilter)
A condition that catches particular words or phrases based on a exact match.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
UpdateCallAnalyticsCategoryRequest.getRules()
The rules used for the updated analytics category.
|
List<Rule> |
CreateCallAnalyticsCategoryRequest.getRules()
To create a category, you must specify between 1 and 20 rules.
|
List<Rule> |
CategoryProperties.getRules()
The rules used to create a call analytics category.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCallAnalyticsCategoryRequest |
UpdateCallAnalyticsCategoryRequest.withRules(Rule... rules)
The rules used for the updated analytics category.
|
CreateCallAnalyticsCategoryRequest |
CreateCallAnalyticsCategoryRequest.withRules(Rule... rules)
To create a category, you must specify between 1 and 20 rules.
|
CategoryProperties |
CategoryProperties.withRules(Rule... rules)
The rules used to create a call analytics category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCallAnalyticsCategoryRequest.setRules(Collection<Rule> rules)
The rules used for the updated analytics category.
|
void |
CreateCallAnalyticsCategoryRequest.setRules(Collection<Rule> rules)
To create a category, you must specify between 1 and 20 rules.
|
void |
CategoryProperties.setRules(Collection<Rule> rules)
The rules used to create a call analytics category.
|
UpdateCallAnalyticsCategoryRequest |
UpdateCallAnalyticsCategoryRequest.withRules(Collection<Rule> rules)
The rules used for the updated analytics category.
|
CreateCallAnalyticsCategoryRequest |
CreateCallAnalyticsCategoryRequest.withRules(Collection<Rule> rules)
To create a category, you must specify between 1 and 20 rules.
|
CategoryProperties |
CategoryProperties.withRules(Collection<Rule> rules)
The rules used to create a call analytics category.
|
Copyright © 2022. All rights reserved.