public static interface UpdateCallAnalyticsCategoryResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<UpdateCallAnalyticsCategoryResponse.Builder,UpdateCallAnalyticsCategoryResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateCallAnalyticsCategoryResponse.Builder |
categoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory request. |
default UpdateCallAnalyticsCategoryResponse.Builder |
categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCallAnalyticsCategoryResponse.Builder categoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory request.
categoryProperties - Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory request.default UpdateCallAnalyticsCategoryResponse.Builder categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory request.
CategoryProperties.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 © 2023. All rights reserved.