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