| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static CategoryProperties.Builder |
CategoryProperties.builder() |
CategoryProperties.Builder |
CategoryProperties.Builder.categoryName(String categoryName)
The name of the call analytics category.
|
CategoryProperties.Builder |
CategoryProperties.Builder.createTime(Instant createTime)
A timestamp that shows when the call analytics category was created.
|
CategoryProperties.Builder |
CategoryProperties.Builder.lastUpdateTime(Instant lastUpdateTime)
A timestamp that shows when the call analytics category was most recently updated.
|
CategoryProperties.Builder |
CategoryProperties.Builder.rules(Collection<Rule> rules)
The rules used to create a call analytics category.
|
CategoryProperties.Builder |
CategoryProperties.Builder.rules(Consumer<Rule.Builder>... rules)
The rules used to create a call analytics category.
|
CategoryProperties.Builder |
CategoryProperties.Builder.rules(Rule... rules)
The rules used to create a call analytics category.
|
CategoryProperties.Builder |
CategoryProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CategoryProperties.Builder> |
CategoryProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateCallAnalyticsCategoryResponse.Builder |
UpdateCallAnalyticsCategoryResponse.Builder.categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
The attributes describing the analytics category.
|
default CreateCallAnalyticsCategoryResponse.Builder |
CreateCallAnalyticsCategoryResponse.Builder.categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
If your audio matches one of your categories, this field contains data on that category and its associated
rules.
|
default GetCallAnalyticsCategoryResponse.Builder |
GetCallAnalyticsCategoryResponse.Builder.categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
Provides you with the rules associated with the category you specified in your
GetCallAnalyticsCategory request. |
Copyright © 2022. All rights reserved.