public static interface CreateCallAnalyticsCategoryResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<CreateCallAnalyticsCategoryResponse.Builder,CreateCallAnalyticsCategoryResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCallAnalyticsCategoryResponse.Builder |
categoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of your new category, including its associated rules.
|
default CreateCallAnalyticsCategoryResponse.Builder |
categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
Provides you with the properties of your new category, including its associated rules.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCallAnalyticsCategoryResponse.Builder categoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of your new category, including its associated rules.
categoryProperties - Provides you with the properties of your new category, including its associated rules.default CreateCallAnalyticsCategoryResponse.Builder categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
Provides you with the properties of your new category, including its associated rules.
This is a convenience method that creates an instance of theCategoryProperties.Builder avoiding the
need to create one manually via CategoryProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to categoryProperties(CategoryProperties).
categoryProperties - a consumer that will call methods on CategoryProperties.BuildercategoryProperties(CategoryProperties)Copyright © 2022. All rights reserved.