| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
CategoryProperties |
CategoryProperties.clone() |
CategoryProperties |
UpdateCallAnalyticsCategoryResult.getCategoryProperties()
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory request. |
CategoryProperties |
GetCallAnalyticsCategoryResult.getCategoryProperties()
Provides you with the properties of the Call Analytics category you specified in your
GetCallAnalyticsCategory request. |
CategoryProperties |
CreateCallAnalyticsCategoryResult.getCategoryProperties()
Provides you with the properties of your new category, including its associated rules.
|
CategoryProperties |
CategoryProperties.withCategoryName(String categoryName)
The name of the Call Analytics category.
|
CategoryProperties |
CategoryProperties.withCreateTime(Date createTime)
The date and time the specified Call Analytics category was created.
|
CategoryProperties |
CategoryProperties.withInputType(InputType inputType)
The input type associated with the specified category.
|
CategoryProperties |
CategoryProperties.withInputType(String inputType)
The input type associated with the specified category.
|
CategoryProperties |
CategoryProperties.withLastUpdateTime(Date lastUpdateTime)
The date and time the specified Call Analytics category was last updated.
|
CategoryProperties |
CategoryProperties.withRules(Collection<Rule> rules)
The rules used to define a Call Analytics category.
|
CategoryProperties |
CategoryProperties.withRules(Rule... rules)
The rules used to define a Call Analytics category.
|
| Modifier and Type | Method and Description |
|---|---|
List<CategoryProperties> |
ListCallAnalyticsCategoriesResult.getCategories()
Provides detailed information about your Call Analytics categories, including all the rules associated with each
category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCallAnalyticsCategoryResult.setCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory request. |
void |
GetCallAnalyticsCategoryResult.setCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
GetCallAnalyticsCategory request. |
void |
CreateCallAnalyticsCategoryResult.setCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of your new category, including its associated rules.
|
ListCallAnalyticsCategoriesResult |
ListCallAnalyticsCategoriesResult.withCategories(CategoryProperties... categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with each
category.
|
UpdateCallAnalyticsCategoryResult |
UpdateCallAnalyticsCategoryResult.withCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory request. |
GetCallAnalyticsCategoryResult |
GetCallAnalyticsCategoryResult.withCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
GetCallAnalyticsCategory request. |
CreateCallAnalyticsCategoryResult |
CreateCallAnalyticsCategoryResult.withCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of your new category, including its associated rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCallAnalyticsCategoriesResult.setCategories(Collection<CategoryProperties> categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with each
category.
|
ListCallAnalyticsCategoriesResult |
ListCallAnalyticsCategoriesResult.withCategories(Collection<CategoryProperties> categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with each
category.
|
Copyright © 2024. All rights reserved.