Uses of Class
software.amazon.awssdk.services.transcribe.model.CategoryProperties
-
Packages that use CategoryProperties Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of CategoryProperties in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return CategoryProperties Modifier and Type Method Description CategoryPropertiesCreateCallAnalyticsCategoryResponse. categoryProperties()Provides you with the properties of your new category, including its associated rules.CategoryPropertiesGetCallAnalyticsCategoryResponse. categoryProperties()Provides you with the properties of the Call Analytics category you specified in yourGetCallAnalyticsCategoryrequest.CategoryPropertiesUpdateCallAnalyticsCategoryResponse. categoryProperties()Provides you with the properties of the Call Analytics category you specified in yourUpdateCallAnalyticsCategoryrequest.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type CategoryProperties Modifier and Type Method Description List<CategoryProperties>ListCallAnalyticsCategoriesResponse. categories()Provides detailed information about your Call Analytics categories, including all the rules associated with each category.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type CategoryProperties Modifier and Type Method Description ListCallAnalyticsCategoriesResponse.BuilderListCallAnalyticsCategoriesResponse.Builder. categories(CategoryProperties... categories)Provides detailed information about your Call Analytics categories, including all the rules associated with each category.CreateCallAnalyticsCategoryResponse.BuilderCreateCallAnalyticsCategoryResponse.Builder. categoryProperties(CategoryProperties categoryProperties)Provides you with the properties of your new category, including its associated rules.GetCallAnalyticsCategoryResponse.BuilderGetCallAnalyticsCategoryResponse.Builder. categoryProperties(CategoryProperties categoryProperties)Provides you with the properties of the Call Analytics category you specified in yourGetCallAnalyticsCategoryrequest.UpdateCallAnalyticsCategoryResponse.BuilderUpdateCallAnalyticsCategoryResponse.Builder. categoryProperties(CategoryProperties categoryProperties)Provides you with the properties of the Call Analytics category you specified in yourUpdateCallAnalyticsCategoryrequest.Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type CategoryProperties Modifier and Type Method Description ListCallAnalyticsCategoriesResponse.BuilderListCallAnalyticsCategoriesResponse.Builder. categories(Collection<CategoryProperties> categories)Provides detailed information about your Call Analytics categories, including all the rules associated with each category.
-