| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
CategoryProperties |
CategoryProperties.clone() |
CategoryProperties |
UpdateCallAnalyticsCategoryResult.getCategoryProperties()
The attributes describing the analytics category.
|
CategoryProperties |
CreateCallAnalyticsCategoryResult.getCategoryProperties()
The rules and associated metadata used to create a category.
|
CategoryProperties |
GetCallAnalyticsCategoryResult.getCategoryProperties()
The rules you've defined for a category.
|
CategoryProperties |
CategoryProperties.withCategoryName(String categoryName)
The name of the call analytics category.
|
CategoryProperties |
CategoryProperties.withCreateTime(Date createTime)
A timestamp that shows when the call analytics category was created.
|
CategoryProperties |
CategoryProperties.withLastUpdateTime(Date lastUpdateTime)
A timestamp that shows when the call analytics category was most recently updated.
|
CategoryProperties |
CategoryProperties.withRules(Collection<Rule> rules)
The rules used to create a call analytics category.
|
CategoryProperties |
CategoryProperties.withRules(Rule... rules)
The rules used to create a call analytics category.
|
| Modifier and Type | Method and Description |
|---|---|
List<CategoryProperties> |
ListCallAnalyticsCategoriesResult.getCategories()
A list of objects containing information about analytics categories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCallAnalyticsCategoryResult.setCategoryProperties(CategoryProperties categoryProperties)
The attributes describing the analytics category.
|
void |
CreateCallAnalyticsCategoryResult.setCategoryProperties(CategoryProperties categoryProperties)
The rules and associated metadata used to create a category.
|
void |
GetCallAnalyticsCategoryResult.setCategoryProperties(CategoryProperties categoryProperties)
The rules you've defined for a category.
|
ListCallAnalyticsCategoriesResult |
ListCallAnalyticsCategoriesResult.withCategories(CategoryProperties... categories)
A list of objects containing information about analytics categories.
|
UpdateCallAnalyticsCategoryResult |
UpdateCallAnalyticsCategoryResult.withCategoryProperties(CategoryProperties categoryProperties)
The attributes describing the analytics category.
|
CreateCallAnalyticsCategoryResult |
CreateCallAnalyticsCategoryResult.withCategoryProperties(CategoryProperties categoryProperties)
The rules and associated metadata used to create a category.
|
GetCallAnalyticsCategoryResult |
GetCallAnalyticsCategoryResult.withCategoryProperties(CategoryProperties categoryProperties)
The rules you've defined for a category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCallAnalyticsCategoriesResult.setCategories(Collection<CategoryProperties> categories)
A list of objects containing information about analytics categories.
|
ListCallAnalyticsCategoriesResult |
ListCallAnalyticsCategoriesResult.withCategories(Collection<CategoryProperties> categories)
A list of objects containing information about analytics categories.
|
Copyright © 2022. All rights reserved.