public static interface CreateCallAnalyticsCategoryRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<CreateCallAnalyticsCategoryRequest.Builder,CreateCallAnalyticsCategoryRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCallAnalyticsCategoryRequest.Builder |
categoryName(String categoryName)
The name that you choose for your category when you create it.
|
CreateCallAnalyticsCategoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCallAnalyticsCategoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCallAnalyticsCategoryRequest.Builder |
rules(Collection<Rule> rules)
To create a category, you must specify between 1 and 20 rules.
|
CreateCallAnalyticsCategoryRequest.Builder |
rules(Consumer<Rule.Builder>... rules)
To create a category, you must specify between 1 and 20 rules.
|
CreateCallAnalyticsCategoryRequest.Builder |
rules(Rule... rules)
To create a category, you must specify between 1 and 20 rules.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCallAnalyticsCategoryRequest.Builder categoryName(String categoryName)
The name that you choose for your category when you create it.
categoryName - The name that you choose for your category when you create it.CreateCallAnalyticsCategoryRequest.Builder rules(Collection<Rule> rules)
To create a category, you must specify between 1 and 20 rules. For each rule, you specify a filter to be applied to the attributes of the call. For example, you can specify a sentiment filter to detect if the customer's sentiment was negative or neutral.
rules - To create a category, you must specify between 1 and 20 rules. For each rule, you specify a filter to
be applied to the attributes of the call. For example, you can specify a sentiment filter to detect if
the customer's sentiment was negative or neutral.CreateCallAnalyticsCategoryRequest.Builder rules(Rule... rules)
To create a category, you must specify between 1 and 20 rules. For each rule, you specify a filter to be applied to the attributes of the call. For example, you can specify a sentiment filter to detect if the customer's sentiment was negative or neutral.
rules - To create a category, you must specify between 1 and 20 rules. For each rule, you specify a filter to
be applied to the attributes of the call. For example, you can specify a sentiment filter to detect if
the customer's sentiment was negative or neutral.CreateCallAnalyticsCategoryRequest.Builder rules(Consumer<Rule.Builder>... rules)
To create a category, you must specify between 1 and 20 rules. For each rule, you specify a filter to be applied to the attributes of the call. For example, you can specify a sentiment filter to detect if the customer's sentiment was negative or neutral.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #rules(List) .rules - a consumer that will call methods on List.Builder #rules(List) CreateCallAnalyticsCategoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCallAnalyticsCategoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.