| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
CategoryProperties |
CreateCallAnalyticsCategoryResponse.categoryProperties()
Provides you with the properties of your new category, including its associated rules.
|
CategoryProperties |
UpdateCallAnalyticsCategoryResponse.categoryProperties()
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory request. |
CategoryProperties |
GetCallAnalyticsCategoryResponse.categoryProperties()
Provides you with the properties of the Call Analytics category you specified in your
GetCallAnalyticsCategory request. |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryProperties> |
ListCallAnalyticsCategoriesResponse.categories()
Provides detailed information about your Call Analytics categories, including all the rules associated with each
category.
|
| Modifier and Type | Method and Description |
|---|---|
ListCallAnalyticsCategoriesResponse.Builder |
ListCallAnalyticsCategoriesResponse.Builder.categories(CategoryProperties... categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with
each category.
|
CreateCallAnalyticsCategoryResponse.Builder |
CreateCallAnalyticsCategoryResponse.Builder.categoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of your new category, including its associated rules.
|
UpdateCallAnalyticsCategoryResponse.Builder |
UpdateCallAnalyticsCategoryResponse.Builder.categoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory request. |
GetCallAnalyticsCategoryResponse.Builder |
GetCallAnalyticsCategoryResponse.Builder.categoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
GetCallAnalyticsCategory request. |
| Modifier and Type | Method and Description |
|---|---|
ListCallAnalyticsCategoriesResponse.Builder |
ListCallAnalyticsCategoriesResponse.Builder.categories(Collection<CategoryProperties> categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with
each category.
|
Copyright © 2022. All rights reserved.